Struct ring::hkdf::Algorithm [−][src]
pub struct Algorithm(_);
An HKDF algorithm.
Implementations
impl Algorithm[src]
impl Algorithm[src]pub fn hmac_algorithm(&self) -> Algorithm[src]
The underlying HMAC algorithm.