Struct crypto::hmac::Hmac
[-] [+]
[src]
pub struct Hmac<D> {
// some fields omitted
}The Hmac struct represents an Hmac function - a Message Authentication Code using a Digest.
pub struct Hmac<D> {
// some fields omitted
}The Hmac struct represents an Hmac function - a Message Authentication Code using a Digest.
impl<D: Digest> Hmac<D>impl<D: Digest> Mac for Hmac<D>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).