summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa
diff options
context:
space:
mode:
authortb <>2024-11-21 14:36:03 +0000
committertb <>2024-11-21 14:36:03 +0000
commitc8694ca2e42e50189a312c4a8a5b8340577cb4ae (patch)
tree9fec7cf79e2e1cbbcb4b1cc9695793f7708a20ef /src/lib/libcrypto/dsa
parentcc35ab2c481de16d1a1e230ef393715a2fe6b204 (diff)
downloadopenbsd-c8694ca2e42e50189a312c4a8a5b8340577cb4ae.tar.gz
openbsd-c8694ca2e42e50189a312c4a8a5b8340577cb4ae.tar.bz2
openbsd-c8694ca2e42e50189a312c4a8a5b8340577cb4ae.zip
ec_wNAF_mul(): remove r_is_at_infinity silliness
All the EC_POINT_* API has a fast path for the point at infinity. So we're not gaining more than a few cycles by making this terrible mess even more terrible than it already is by avoding calls ot it (it's also incorrect as it is since we don't know that the point is no longer at infinity when it is unset). Simplify and add a comment explaining what this mess is doing. ok jsing
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions