mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user