diff options
author | tb <> | 2024-11-23 07:28:57 +0000 |
---|---|---|
committer | tb <> | 2024-11-23 07:28:57 +0000 |
commit | 5c1f2ea6a41658352a1cdca0375b6398bc1434ad (patch) | |
tree | 90254bec2ec995e71703ee6165f6f50ce978b7d4 /src/lib/libcrypto/ec/ecp_methods.c | |
parent | 93af29a7638a872f10b4728cf9ca73efe51c4af6 (diff) | |
download | openbsd-5c1f2ea6a41658352a1cdca0375b6398bc1434ad.tar.gz openbsd-5c1f2ea6a41658352a1cdca0375b6398bc1434ad.tar.bz2 openbsd-5c1f2ea6a41658352a1cdca0375b6398bc1434ad.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/ecp_methods.c')
0 files changed, 0 insertions, 0 deletions