diff options
author | jsing <> | 2025-01-22 09:56:58 +0000 |
---|---|---|
committer | jsing <> | 2025-01-22 09:56:58 +0000 |
commit | e7605a5f9628e0963785991b55f4323b645d578d (patch) | |
tree | d2ec6435082a34e334b6f6b0786fa0de6fecc1c7 /src/lib/libcrypto/dsa/dsa_lib.c | |
parent | bd450906a6797685e2415f6b369eaba032238591 (diff) | |
download | openbsd-e7605a5f9628e0963785991b55f4323b645d578d.tar.gz openbsd-e7605a5f9628e0963785991b55f4323b645d578d.tar.bz2 openbsd-e7605a5f9628e0963785991b55f4323b645d578d.zip |
Remove the mul_generator_ct function pointer from EC_METHOD.
There's no need for a separate mul_generator_ct() function pointer - we
really only need mul_single_ct() and mul_double_nonct(). And rather than
calling ec_mul_ct() and having it figure out which point to use, explicitly
pass the generator point when calling mul_single_ct().
ok tb@
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_lib.c')
0 files changed, 0 insertions, 0 deletions