Pudu programming language
Menu
API reference

Std.Base32.decodeCrockford

1 declaration

fn

decodeCrockford: Str -> Result[Bytes, Std.Base32.Base32Error]

The bytes Crockford base32 spells. Case does not matter, hyphens are ignored so a long code can be grouped for reading, and I, L, and O are read as the digits they are mistaken for.

Back to Std.Base32Search related declarations