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