Пример #1
0
 public void AESCBCEncrypt()
 {
     TestEncrypt(AESUtils.CreateCBC(_randomKey16, _randomIv16), _randombytes.Span);
 }