mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 20:54:59 -07:00
0d4c0064d9
Add test_base32_roundtrip() to verify the encode->decode roundtrip preserves data integrity. This test helps ensure our base32 implementation correctly handles the full encode->decode cycle without data loss or corruption.