Luke Parker
2022-05-03 07:42:09 -04:00
parent bf257b3a1f
commit 56fc39fff5
7 changed files with 93 additions and 66 deletions

View File

@@ -37,7 +37,7 @@ impl Curve for Secp256k1 {
}
fn multiexp_vartime(scalars: &[Self::F], points: &[Self::G]) -> Self::G {
multiexp_vartime::<Secp256k1>(scalars, points)
multiexp_vartime(scalars, points, false)
}
// The IETF draft doesn't specify a secp256k1 ciphersuite