Constant nix_compat::nixbase32::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.