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