Esempio n. 1
0
 private static byte[] EncryptV6(byte[] data, byte[] iv)
 {
     return(AesCrypt.EncryptAesCbc(data, AesCrypt.V6RoundKeys, iv));
 }