We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa8cbf commit 02d07b6Copy full SHA for 02d07b6
extensions/ecc/guest/src/ed25519.rs
@@ -67,18 +67,6 @@ impl CyclicGroup for Ed25519Point {
67
};
68
}
69
70
-/*
71
-impl IntrinsicCurve for Ed25519Point {
72
- type Scalar = Ed25519Scalar;
73
- type Point = Ed25519Point;
74
-
75
- fn msm(coeffs: &[Self::Scalar], bases: &[Self::Point]) -> Self::Point {
76
- // TODO: idk if this can be optimized
77
- openvm_ecc_guest::msm(coeffs, bases)
78
- }
79
-}
80
-*/
81
82
impl IntrinsicCurve for Ed25519Point {
83
type Scalar = Ed25519Scalar;
84
type Point = Ed25519Point;
0 commit comments