diff options
author | tb <> | 2025-01-22 10:08:10 +0000 |
---|---|---|
committer | tb <> | 2025-01-22 10:08:10 +0000 |
commit | 2a03b7cb56aaed711ed59aee8972dbd1c4129344 (patch) | |
tree | c03d690e046eede7fc63ea2b3900a7b29ce1656e /src/lib/libcrypto/dsa | |
parent | e7605a5f9628e0963785991b55f4323b645d578d (diff) | |
download | openbsd-2a03b7cb56aaed711ed59aee8972dbd1c4129344.tar.gz openbsd-2a03b7cb56aaed711ed59aee8972dbd1c4129344.tar.bz2 openbsd-2a03b7cb56aaed711ed59aee8972dbd1c4129344.zip |
Split BN_mod_sqr_reciprocal() out of BN_mod_mul_reciprocal()
There's no need for BN_mod_mul_reciprocal() to have this complication.
The caller knows when x == y, so place the burden on the caller. This
simplifies both the caller side and the implementation in bn_recp.c.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions