CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/01 05:08:43
Modified files:
lib/libcrypto/bn: bn_gcd.c
Log message:
Group the non-constant time gcd functions together
The only consumer of euclid() is BN_gcd(), which, in turn is only
used by BN_gcd_nonct(). Group them together rather than having
parts of the constant time implementation separate them.
This moves two functions to a different place in the file.
