mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-14 19:48:14 +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.