summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-16 15:32:09 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-16 15:32:09 +0000
commitcae5e4d27d0174ef5af5bf2f777aa236eeca9335 (patch)
tree3c018edee9f7605bf687f51380021bfad9848b5a /sys/dev
parentbbab9dc78c82fe8745bf14259991978e1b6237dc (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