#[repr(transparent)]
pub struct AesCmac(_);
Expand description
RFC-4493 AES-CMAC ([Vol 3] Part H, Section 2.2.5).
Creates new AES-CMAC state using an all-zero key for GAP database hash
calculation ([Vol 3] Part G, Section 7.3.1).
Computes the final MAC value.
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
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.