Enum rust_cryptoauthlib::MacAlgorithm [−][src]
Expand description
MAC algorithm to compute
Variants
HmacSha256(MacParam)
Tuple Fields of HmacSha256
0: MacParam
Cbcmac(MacParam)
Tuple Fields of Cbcmac
0: MacParam
Cmac(MacParam)
Tuple Fields of Cmac
0: MacParam
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MacAlgorithm
impl Send for MacAlgorithm
impl Sync for MacAlgorithm
impl Unpin for MacAlgorithm
impl UnwindSafe for MacAlgorithm
Blanket Implementations
Mutably borrows from an owned value. Read more