Struct nettle::mac::insecure_do_not_use::Umac128[][src]

pub struct Umac128 { /* fields omitted */ }
Expand description

128 bit variant of the universal MAC (RFC 4418).

Implementations

Creates a new MAC instance with secret key and public nonce.

Trait Implementations

Size of the MAC tag i.e. the signature in bytes.

Add data to be signed.

Produce the MAC tag digest for all data fed via update(). Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.