CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/22 05:53:16
Modified files: lib/libcrypto/bn: bn_exp.c bn_recp.c Log message: bn_recp: Avoid complication for negative moduli Instead of doing a weird dance, set the sign on N in BN_RECP_CTX_create(). Since we're not exposing a general purpose calculator API, we can simplify. ok jsing