mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-16 22:21:24 +00:00
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.