CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/09 02:39:46
Modified files:
lib/libcrypto/bn: bn_blind.c
Log message:
Set up the blinding factors on first use
Only call BN_BLINDING_setup() from BN_BLINDING_update(). This allows
another simplification of the counter logic.
ok jsing
