chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
1dfa221
)
utils/gcm-ref (poly64_mul_simple): Pad v based on the length of v.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 13:36:33 +0000
(13:36 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 13:44:00 +0000
(13:44 +0000)
Not the already-padded length of u, which doesn't make any sense. Now
we actually calculate 96-bit products correctly using the `poly64'
multiplication machinery.
No differences found