Expand description
Base 32 encoding
Constants§
- FEDIMINT_
PREFIX - Prefix used for some of the user-facing Base32 encodings in Fedimint to allow easy identification
- RFC4648 🔒
- Lowercase RFC 4648 Base32hex alphabet (32 characters).
Functions§
- decode
- Decodes a base 32 string back to raw bytes. Returns an error if any invalid character is encountered.
- decode_
prefixed - decode_
prefixed_ bytes - encode
- Encodes the input bytes as Base32 (hex variant) using lowercase characters
- encode_
prefixed - encode_
prefixed_ bytes