[−][src]Trait crypto_mac::FromBlockCipher
This is supported on
feature="block-cipher"
only.Trait for MAC functions which can be created from block cipher.
Associated Types
Loading content...Required methods
fn from_cipher(cipher: Self::Cipher) -> Self
This is supported on
feature="block-cipher"
only.Create new MAC isntance from provided block cipher.