nix_compat::nixbase32

Constant BASE32_ORD

Source
const BASE32_ORD: [u8; 256];
Expand description

This maps a nixbase32-encoded character to its binary representation, which is also the index of the character in the alphabet. Invalid characters are mapped to 0xFF, which is itself an invalid value.