CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2023/04/14 05:04:24

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

Log message:
Provide and use bn_copy_words() in BN_copy().

This is simpler than the current code, while still being well optimised by
compilers, across a range of architectures. In many cases we even get a
performance gain for the BN sizes that we primarily care about.

Joint work with tb@

Reply via email to