CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2023/01/21 07:10:46

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

Log message:
Refactor BN_sqr().

This splits BN_sqr() into two parts, one of which is a separate bn_sqr()
function. This makes the code more readable and managable, while also
providing a better entry point for assembly optimisation.

ok tb@

Reply via email to