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

type PmacSiv<BlockCipher> = Siv<Ctr128<BlockCipher>, Pmac<BlockCipher>>;

SIV modes based on PMAC