CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/08/14 09:22:54
Modified files: lib/libcrypto/bn/arch/amd64: bn_arch.c bn_arch.h Log message: Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). These use s2n-bignum's bignum_mul_6_12_alt() and bignum_sqr_6_12_alt() functions. ok tb@