Type Alias VerificationKey

Source
pub type VerificationKey = Key;
👎Deprecated
Expand description

Merged into Key.

Aliased Type§

pub struct VerificationKey {
    pub(crate) algorithm: Algorithm,
    ctx: LcHmacCtx,
}

Fields§

§algorithm: Algorithm§ctx: LcHmacCtx