CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/09/06 21:56:37
Modified files:
lib/libcrypto/bn/arch/i386: bn_arch.h
lib/libcrypto/bn/arch/mips64: bn_arch.h
lib/libcrypto/bn/arch/powerpc: bn_arch.h
lib/libcrypto/bn/asm: bn-586.pl mips.pl ppc.pl
Log message:
Rename old assembly bn_sqr_words() to bn_sqr_word_wise().
bn_sqr_words() does not actually compute the square of the words, it only
computes the square of each individual word - rename it to reflect reality.
Discussed with tb@