Skip to content

Commit 02d07b6

Browse files
Delete commented code
1 parent 7aa8cbf commit 02d07b6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

extensions/ecc/guest/src/ed25519.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,6 @@ impl CyclicGroup for Ed25519Point {
6767
};
6868
}
6969

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-
8270
impl IntrinsicCurve for Ed25519Point {
8371
type Scalar = Ed25519Scalar;
8472
type Point = Ed25519Point;

0 commit comments

Comments
 (0)