Skip to main content

VerificationKey

Type Alias 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.

Aliased Typeยง

pub struct VerificationKey { /* private fields */ }