Exemplo n.º 1
0
 public static void TransformIntrinsics(EncryptionTestVector tv)
 {
     Common.CipherTestCore(tv.PlainText, tv.CipherText, Aes.CreateCtrEncryptor(tv.Key, tv.Iv));
 }