CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/29 08:33:43
Modified files:
regress/lib/libcrypto/bn: bn_mul_div.c
Log message:
Set BN_FLG_CONSTTIME on benchmark inputs.
The public APIs still change behaviour based on BN_FLG_CONSTTIME - set it
to avoid benchmark noise.
