AesNi.Benchmarks.EncryptPerf.AesNi C# (CSharp) Method

AesNi() private method

private AesNi ( ) : void
return void
        public void AesNi()
        {
            Aes.Encrypt(input, output, iv, aesKey, CipherMode, PaddingMode.None);
        }