summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa
diff options
context:
space:
mode:
authorjsing <>2025-04-23 14:12:38 +0000
committerjsing <>2025-04-23 14:12:38 +0000
commitb824de0b56eaef01280a52fff73bbfdef33d5208 (patch)
tree5c695e71d6556cc4f076675e14bd89b34925fb3e /src/lib/libcrypto/dsa
parentf2d25de29bb0b678d52d0bbdd7de1683e78a97e1 (diff)
downloadopenbsd-b824de0b56eaef01280a52fff73bbfdef33d5208.tar.gz
openbsd-b824de0b56eaef01280a52fff73bbfdef33d5208.tar.bz2
openbsd-b824de0b56eaef01280a52fff73bbfdef33d5208.zip
Rewrite gcm_gmult_1bit() to avoid sizeof(long) hacks.
We're already using 64 bit variables, so just continue to do so and let the compiler deal with code generation. While here, use unsigned right shifts instead of relying on signed right shifts and implementation-defined behaviour (which the original code did). Feedback from lucas@ ok beck@ tb@
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions