Results for “Std.Base32.Base32Error”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Base32.Base32Error
Why text does not spell bytes in base32.
- Std.Base32.decode
Str -> Result[Bytes, Std.Base32.Base32Error]The bytes RFC 4648 base32 spells, padded or not, in either case.
- Std.Base32.decodeCrockford
Str -> Result[Bytes, Std.Base32.Base32Error]The bytes Crockford base32 spells. Case does not matter, hyphens are
- Std.Base32.decodeHex
Str -> Result[Bytes, Std.Base32.Base32Error]The bytes extended-hex base32 spells, padded or not, in either case.
- Std.Base32.explain
&Std.Base32.Base32Error -> StrA sentence saying what was wrong with the text.
