CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/08/14 09:17:19
Modified files:
lib/libcrypto/bn/arch/amd64: bn_arch.c bn_arch.h
Log message:
Provide bn_mod_add_words() and bn_mod_sub_words() on amd64.
These use s2n-bignum's bignum_modadd() and bignum_modsub() routines.
ok tb@
