diff options
author | tb <> | 2024-11-16 15:32:08 +0000 |
---|---|---|
committer | tb <> | 2024-11-16 15:32:08 +0000 |
commit | 9517b0f70f04454a20275ff66ee397661a3f11a9 (patch) | |
tree | 8ca97dd5b4dd927e82e0a93db711fbeac9268afe /src/lib/libcrypto/dsa/dsa_ossl.c | |
parent | a06b7340f2af374d4581bec7db2775ae686ce1ab (diff) | |
download | openbsd-9517b0f70f04454a20275ff66ee397661a3f11a9.tar.gz openbsd-9517b0f70f04454a20275ff66ee397661a3f11a9.tar.bz2 openbsd-9517b0f70f04454a20275ff66ee397661a3f11a9.zip |
Simplify signature of ec_wNAF_mul()
The only caller passes in num = 1 and is itself called in a path that
ensures that the multiplier of the generator is != NULL. Consequently
we don't need to deal with an array of points and an array of scalars
so rename them accordingly.
In addition, the change implies that numblocks and num_scalar are now
always 1, so inline this information and take a first step towards
disentangling this gordian knot.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_ossl.c')
0 files changed, 0 insertions, 0 deletions