Type Definition ring::hmac::VerificationKey

source · []
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.