diff options
author | jsing <> | 2025-01-22 09:56:58 +0000 |
---|---|---|
committer | jsing <> | 2025-01-22 09:56:58 +0000 |
commit | 366d7bbfad8ab89b0d053361f974a01a882bd2df (patch) | |
tree | d2ec6435082a34e334b6f6b0786fa0de6fecc1c7 /src/lib/libc/crypt/crypt.c | |
parent | 60d9ada94567fdf756caa5632ebe42512982d45c (diff) | |
download | openbsd-366d7bbfad8ab89b0d053361f974a01a882bd2df.tar.gz openbsd-366d7bbfad8ab89b0d053361f974a01a882bd2df.tar.bz2 openbsd-366d7bbfad8ab89b0d053361f974a01a882bd2df.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/libc/crypt/crypt.c')
0 files changed, 0 insertions, 0 deletions