From: Mark Wooding Date: Tue, 16 Jan 2024 13:36:33 +0000 (+0000) Subject: utils/gcm-ref (poly64_mul_simple): Pad v based on the length of v. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/1dfa221e51f3c5cae10eac71657f4ad1dbc4d91c?ds=inline;hp=1dfa221e51f3c5cae10eac71657f4ad1dbc4d91c utils/gcm-ref (poly64_mul_simple): Pad v based on the length of v. 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. ---