ChainSafe / go-schnorrkel

🍵 Schnorr Signatures over Ristretto255 in pure Go
Apache License 2.0
93 stars 30 forks source link

update batch verification to use `VarTimeMultiScalarMult` #46

Closed noot closed 2 years ago

noot commented 3 years ago

batch verification can be updated to use VarTimeMultiScalarMult instead of constant-time MultiScalarMult. see #40