CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/08/14 09:29:17
Modified files: lib/libcrypto/bn/arch/amd64: bn_arch.c Log message: Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. If ADX instructions are available, use the non-_alt version of s2n-bignum's bignum_{mul,sqr}_{4_8,6_12,8_16}(), which are faster than the _alt non-ADX versions. ok tb@