crypto/ecdsa: use variable time ScalarBaseMult/ScalarMult in Verify #71297
Labels
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Milestone
We're leaving some perf on the table by doing these operations in constant time. We should use a variable time scalar mult, similar to what we do for crypto/ed25519:
go/src/crypto/internal/fips140/ed25519/ed25519.go
Line 335 in 1a93e4a
cc @FiloSottile
The text was updated successfully, but these errors were encountered: