mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
490f527005
The decoding table was only 224 bytes which caused type mismatches when using custom alphabets, so expand with zeroes to cover full byte range while maintaining the same decoding logic.