CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/05/24 22:58:32
Modified files: lib/libcrypto : Makefile lib/libcrypto/bn: bn_internal.h bn_mont.c Added files: lib/libcrypto/bn: bn_mod_words.c Log message: Provide bn_mod_{add,sub,mul}_words(). These implement constant time modular addition, subtraction and multiplication in the Montegomery domain. ok tb@