From c45f6d897f5ea7b594df314b54c2cbb8adbe474e Mon Sep 17 00:00:00 2001 From: David Harris <74973295+davidharrishmc@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:07:09 -0800 Subject: [PATCH] Correct typo Signed-off-by: David Harris <74973295+davidharrishmc@users.noreply.github.com> --- src/vector-crypto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector-crypto.adoc b/src/vector-crypto.adoc index 9165ef6d8..78bb24039 100644 --- a/src/vector-crypto.adoc +++ b/src/vector-crypto.adoc @@ -2614,7 +2614,7 @@ The NIST specification (see <>) orders the coefficients from left to right for a polynomial x~0~ + x~1~u +x~2~ u^2^ + ... + x~127~u^127^. This can be viewed as a collection of byte elements in memory with the byte containing the lowest coefficients (i.e., 0,1,2,3,4,5,6,7) residing at the lowest memory address. Since the bits in the bytes are reversed, -This instruction internally performs bit swaps within bytes to put the bits in the standard ordering +this instruction internally performs bit swaps within bytes to put the bits in the standard ordering (e.g., 7,6,5,4,3,2,1,0). This instruction must always be implemented such that its execution latency does not depend