diff options
author | jsing <> | 2023-01-21 15:40:13 +0000 |
---|---|---|
committer | jsing <> | 2023-01-21 15:40:13 +0000 |
commit | d200d65169579227bd90b20b4b228b4f31f27930 (patch) | |
tree | 8bf2ccf07fee4cf031c6c47db20924e0147e85e9 /src/lib/libcrypto/dsa/dsa_err.c | |
parent | 2214dcc033ff3579f3a48443478f30f86f6ab1fd (diff) | |
download | openbsd-d200d65169579227bd90b20b4b228b4f31f27930.tar.gz openbsd-d200d65169579227bd90b20b4b228b4f31f27930.tar.bz2 openbsd-d200d65169579227bd90b20b4b228b4f31f27930.zip |
Refactor BN_mul().
This splits BN_mul() into two parts, one of which is a separate bn_mul()
function. This makes the code more readable and managable, while also
providing a better entry point for assembly optimisation. A separate
bn_mul() is provided for the BN_RECURSION implementation, to reduce
complexity.
This also enables bn_mul_comba4() for four word long bignums - this was
disabled for unknown reasons.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_err.c')
0 files changed, 0 insertions, 0 deletions