[][src]Type Definition miscreant::siv::CmacSiv

type CmacSiv<BlockCipher> = Siv<Ctr128<BlockCipher>, Cmac<BlockCipher>>;

SIV modes based on CMAC