mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
e7fb02a84a
Add support for custom alphabet validation through an optional validation function parameter. The default validation follows RFC 4648 base32 alphabet rules (A-Z, 2-7). This properly supports the documented ability to use custom alphabets.