Struct crypto_mac::Hmac [] [src]

pub struct Hmac<D: Digest> { /* fields omitted */ }

The Hmac struct represents an Hmac function - a Message Authentication Code using a Digest.

Methods

impl<D: Digest> Hmac<D>
[src]

Create a new Hmac instance.

Trait Implementations

impl<D: Digest> Mac for Hmac<D>
[src]

Process input data. Read more

Obtain the result of a Mac computation as a MacResult.

Get the size of the Mac code, in bytes.