macro_rules! decode_base32_dnssec {
($bytes:expr $(,)?) => { ... };
}
Expand description
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.
from: https://docs.rs/data-encoding/2.6.0/data_encoding/constant.BASE32_DNSSEC.html