diff options
author | tb <> | 2024-11-23 07:28:57 +0000 |
---|---|---|
committer | tb <> | 2024-11-23 07:28:57 +0000 |
commit | 73c530b2be0c7fa5339689b03437a1961065e117 (patch) | |
tree | 90254bec2ec995e71703ee6165f6f50ce978b7d4 /src/lib/libcrypto/ec/ec_curve.c | |
parent | 4787a29394447314961ded43341dc5753d61eb08 (diff) | |
download | openbsd-73c530b2be0c7fa5339689b03437a1961065e117.tar.gz openbsd-73c530b2be0c7fa5339689b03437a1961065e117.tar.bz2 openbsd-73c530b2be0c7fa5339689b03437a1961065e117.zip |
Ditch the wNAF modification
This is another micro optimization that introduces needless complications
for the sake of saving a few cycles. Specifically, by ditching the rule
defining the wNAF representation (at most one of w+1 consecutive digits
is non-zero) for the topmost digits, one can sometimes save a few digits
at the cost of crazy loop conditions and other weirdness. That's not worth
it.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ec/ec_curve.c')
0 files changed, 0 insertions, 0 deletions