TSIG algorithm names listed at https://www.iana.org/assignments/tsig-algorithm-names/tsig-algorithm-names.xhtml have a `hmac-` prefix but the [corresponding Rust types](https://github.com/NLnetLabs/domain/blob/83fcf2d8248656894e1ee51cd6ba795d73875d55/src/tsig/mod.rs#L1646) in the domain crate lack this prefix. To be strictly correct the enum variant names should include a HMAC prefix.
TSIG algorithm names listed at https://www.iana.org/assignments/tsig-algorithm-names/tsig-algorithm-names.xhtml have a
hmac-prefix but the corresponding Rust types in the domain crate lack this prefix. To be strictly correct the enum variant names should include a HMAC prefix.