diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-16 15:32:09 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-11-16 15:32:09 +0000 |
commit | cae5e4d27d0174ef5af5bf2f777aa236eeca9335 (patch) | |
tree | 3c018edee9f7605bf687f51380021bfad9848b5a /sys/dev | |
parent | bbab9dc78c82fe8745bf14259991978e1b6237dc (diff) |
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 'sys/dev')
0 files changed, 0 insertions, 0 deletions