CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2023/02/14 11:31:02

Modified files:
        lib/libcrypto/bn: bn_internal.h 

Log message:
Provide big number primitives for word addition/multiplication.

These use a consistent naming scheme and are implemented using
bitwise/constant time style operations, which should generally be safe on
all platforms (until a compiler decides to optimise and use branches).

More optimised versions can be provided for a given architecture.

ok tb@

Reply via email to