CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2025/09/01 09:35:25

Modified files:
        lib/libcrypto/bn: bn_mod_words.c 

Log message:
Use bn_mul_words() from bn_mod_mul_words().

Use bn_mul_words() and bn_montgomery_reduce_words(), rather than using
bn_montgomery_multiply_words(). This provides better performance on
architectures that have assembly optimised bn_mul_words(), such as amd64.

Reply via email to