CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/08/09 02:29:23
Modified files: lib/libcrypto/bn: bn_blind.c Log message: Simplify BN_BLINDING_invert() If the blinding is non-NULL, Ai is set on it, so no need to check for that. Also, we can get away with a single call to BN_mod_mul(). ok jsing