Constant BASE32_DNSSEC
pub const BASE32_DNSSEC: Encoding;
DNSSEC base32 encoding
This encoding is a static version of:
# use ;
let mut spec = new;
spec.symbols.push_str;
spec.translate.from.push_str;
spec.translate.to.push_str;
assert_eq!;
It conforms to RFC5155:
- It uses a base32 extended hex alphabet.
- It is case-insensitive when decoding and uses lowercase when encoding.
- It does not use padding.