CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/21 22:46:38
Modified files:
lib/libcrypto/bn: bn_add.c bn_local.h
lib/libcrypto/bn/arch/amd64: bn_arch.c
Log message:
Rework bn_add()/bn_sub() to operate on word arrays.
Rather than working on BIGNUMs, change bn_add()/bn_sub() to operate on word
arrays that potentially differ in length. This matches the behaviour of
s2n-bignum's bignum_add() and bignum_sub().
ok tb@
