pub type VerificationKey = Key;
๐Deprecated: The distinction between verification & signing keys was removed. Use
hmac::Key
.Expand description
hmac::VerificationKey
was merged into hmac::Key
.
Aliased Typeยง
struct VerificationKey { /* private fields */ }