Type Definition ring::hmac::VerificationKey[][src]

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.