cmac
import "github.com/TheManticoreProject/Manticore/crypto/cmac"
Index
func New
func New(c cipher.Block) hash.Hash
NewCMAC returns a new instance of a CMAC message authentication code digest using the given Cipher.
import "github.com/TheManticoreProject/Manticore/crypto/cmac"
func New(c cipher.Block) hash.Hash
NewCMAC returns a new instance of a CMAC message authentication code digest using the given Cipher.