CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2023/02/15 21:42:20
Modified files: lib/libcrypto/bn: bn_add.c bn_internal.h Log message: Reimplement bn_add_words() and bn_sub_words() using bignum primitives. This removes the effectively duplicate BN_LLONG version of bn_add_words() and simplifies the code considerably. ok tb@