Skip to content

Commit 4fe1cf8

Browse files
Correct typo (riscv#1832)
Signed-off-by: David Harris <[email protected]>
1 parent 719522b commit 4fe1cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector-crypto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2614,7 +2614,7 @@ The NIST specification (see <<zvkg>>) orders the coefficients from left to right
26142614
for a polynomial x~0~ + x~1~u +x~2~ u^2^ + ... + x~127~u^127^. This can be viewed as a collection of
26152615
byte elements in memory with the byte containing the lowest coefficients (i.e., 0,1,2,3,4,5,6,7)
26162616
residing at the lowest memory address. Since the bits in the bytes are reversed,
2617-
This instruction internally performs bit swaps within bytes to put the bits in the standard ordering
2617+
this instruction internally performs bit swaps within bytes to put the bits in the standard ordering
26182618
(e.g., 7,6,5,4,3,2,1,0).
26192619

26202620
This instruction must always be implemented such that its execution latency does not depend

0 commit comments

Comments
 (0)