Struct ring::hmac::Algorithm [−][src]
pub struct Algorithm(_);
Expand description
An HMAC algorithm.
Implementations
The digest algorithm this HMAC algorithm is based on.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Algorithm
impl UnwindSafe for Algorithm
Blanket Implementations
Mutably borrows from an owned value. Read more