CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/02/16 03:41:03
Modified files:
lib/libcrypto/bn: bn_div.c bn_internal.h bn_sqr.c
lib/libcrypto/bn/arch/aarch64: bn_arch.h
lib/libcrypto/bn/arch/alpha: bn_arch.h
lib/libcrypto/bn/arch/amd64: bn_arch.h
lib/libcrypto/bn/arch/i386: bn_arch.h
lib/libcrypto/bn/arch/powerpc64: bn_arch.h
lib/libcrypto/bn/arch/riscv64: bn_arch.h
Log message:
Rename bn_umul_hilo() to bn_mulw().
This keeps the naming consistent with the other bignum primitives that have
been recently introduced. Also, use 1/0 intead of h/l (e.g. a1 instead of
ah), as this keeps consistency with other primitives and allows for naming
that works with double word, triple word and quadruple word inputs/outputs.
Discussed with tb@