mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 04:51:37 -07:00
8c761627c8
Replace assertions with proper error handling in base32.decode() to allow programs to handle invalid input gracefully rather than crashing. The function now returns ([]byte, Error) instead of just []byte.