CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/08/14 09:15:04
Modified files: lib/libcrypto/bn: bn_mul.c bn_sqr.c Log message: Add special handling for multiplication and squaring of BNs with six words. In these cases make use of bn_mul_comba6() or bn_sqr_comba6(), which are faster than the normal path. ok tb@