[][src]Type Definition miscreant::aead::PmacSivAead

type PmacSivAead<BlockCipher> = SivAead<Ctr128<BlockCipher>, Pmac<BlockCipher>>;

SIV AEAD modes based on PMAC