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:
9f4db50
)
symm/gcm-*.S (mul256): Label the partial-product terms correctly.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 14:01:01 +0000
(14:01 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 14:01:01 +0000
(14:01 +0000)
Two problems in three letters:
* the middle term was written as `d', rather than `b' as introduced in
the previous paragraph; and
* the three are listed in the wrong order.
No differences found