CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/08/02 10:20:00
Modified files: lib/libcrypto/bn: bn_internal.h bn_mod_words.c lib/libcrypto/ec: ec_field.c Log message: Provide bn_mod_sqr_words() and call it from ec_field_element_sqr(). For now this still calls bn_montgomery_multiply_words(), however it can be optimised further in the future.