Struct ring::hmac::Algorithm [−][src]
pub struct Algorithm(_);
An HMAC algorithm.
Implementations
impl Algorithm
[src]
impl Algorithm
[src]pub fn digest_algorithm(&self) -> &'static Algorithm
[src]
The digest algorithm this HMAC algorithm is based on.