From 188ffeae22f7ebd9f7e5abf13f4c94efcff7f1af Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 16 Jan 2024 13:38:52 +0000 Subject: [PATCH] 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 <