symm/gcm-*.S (mul256): Label the partial-product terms correctly.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jan 2024 14:01:01 +0000 (14:01 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 16 Jan 2024 14:01:01 +0000 (14:01 +0000)
commit9f4db5004ef6239c8f50bae16df0e9df3bed4417
treefab735cb754b3c5fc70fe8a430c526a9d7d13bf5
parent079b0efce92f6d74eab3d2c0fb4930b822b96393
symm/gcm-*.S (mul256): Label the partial-product terms correctly.

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.
symm/gcm-arm-crypto.S
symm/gcm-arm64-pmull.S
symm/gcm-x86ish-pclmul.S