macro_rules! decode_base32_hex {
($bytes:expr $(,)?) => { ... };
}
Expand description
It conforms to RFC4648.
from: https://docs.rs/data-encoding/2.6.0/data_encoding/constant.BASE32HEX.html
macro_rules! decode_base32_hex {
($bytes:expr $(,)?) => { ... };
}
It conforms to RFC4648.
from: https://docs.rs/data-encoding/2.6.0/data_encoding/constant.BASE32HEX.html