diff options
author | tb <> | 2024-11-16 15:32:08 +0000 |
---|---|---|
committer | tb <> | 2024-11-16 15:32:08 +0000 |
commit | b4c334cf7760113f167c0d700e27fb65de2f189a (patch) | |
tree | 8ca97dd5b4dd927e82e0a93db711fbeac9268afe /src/lib/libssl/ssl_transcript.c | |
parent | 23d9a213525c4cdbc5fba2b8cf4109f087fe41d3 (diff) | |
download | openbsd-b4c334cf7760113f167c0d700e27fb65de2f189a.tar.gz openbsd-b4c334cf7760113f167c0d700e27fb65de2f189a.tar.bz2 openbsd-b4c334cf7760113f167c0d700e27fb65de2f189a.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/libssl/ssl_transcript.c')
0 files changed, 0 insertions, 0 deletions