chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8bd616
)
symm/gcm-arm64-pmull.S (mul192): Fix commentary.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Mar 2024 18:05:23 +0000
(18:05 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Mar 2024 18:05:23 +0000
(18:05 +0000)
symm/gcm-arm64-pmull.S
patch
|
blob
|
blame
|
history
diff --git
a/symm/gcm-arm64-pmull.S
b/symm/gcm-arm64-pmull.S
index 0e4bd7981bbee1d26b088824f572f6bb33c48a3d..4935e46d5b7c9941c0a00a3586c767e85d5c1dfe 100644
(file)
--- a/
symm/gcm-arm64-pmull.S
+++ b/
symm/gcm-arm64-pmull.S
@@
-272,7
+272,7
@@
vshr128 v23, v20, 64 // (0; d_1)
eor v16.16b, v16.16b, v21.16b // (x_1; x_0)
eor v17.16b, v17.16b, v22.16b // (x_3; x_2)
- eor v18.16b, v18.16b, v23.16b // (x_
3; x_2
)
+ eor v18.16b, v18.16b, v23.16b // (x_
5; x_4
)
// Next, the reduction. Our polynomial this time is p(x) = t^192 +
// t^7 + t^2 + t + 1. Yes, the magic numbers are the same as the