pub type VerificationKey = Key;
Merged into Key.
Key
pub struct VerificationKey { pub(crate) algorithm: Algorithm, ctx: LcHmacCtx, }
algorithm: Algorithm
ctx: LcHmacCtx