From 0f053aea5273a2f327c2b68bfc000d5ce7025937 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 4 May 2016 23:09:07 +0200 Subject: [PATCH] Grammar --- .../crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c b/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c index 074a9be0..2b4194cb 100644 --- a/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c +++ b/src/libsodium/crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c @@ -129,7 +129,7 @@ aesni_encrypt1(unsigned char *out, __m128i nv, const __m128i *rkeys) } /** multiple-blocks-at-once AES encryption with AES-NI ; - on Haswell, aesenc as a latency of 7 and a throughput of 1 + on Haswell, aesenc has a latency of 7 and a throughput of 1 so the sequence of aesenc should be bubble-free if you have at least 8 blocks. Let's build an arbitratry-sized function */