From: Mark Wooding Date: Tue, 16 Jan 2024 13:38:52 +0000 (+0000) Subject: utils/gcm-ref (present_gf_pmull): Round width up to a multiple of 64 bits. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/188ffeae22f7ebd9f7e5abf13f4c94efcff7f1af utils/gcm-ref (present_gf_pmull): Round width up to a multiple of 64 bits. Otherwise the later loop, which pulls off 64-bit chunks, gets badly confused. Now `gcm-ref' can actually calculate all of the things properly. for p in pclmul vmullp64 pmull; do while read u v; do utils/gcm-ref $p $u $v || break 2; done <