CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/02/28 05:29:57
Modified files:
lib/libcrypto/bn: bn_mont.c
Log message:
Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().
Rename BN_from_montgomery_word() to bn_montgomery_reduce() and rewrite it
to be simpler and clearer, moving further towards constant time in the
process. Clean up BN_from_montgomery() in the process.
ok tb@
