Skip to content

Commit 9aa5b3f

Browse files
committed
chore: remove now unused vec_mul_g1
1 parent 94400d8 commit 9aa5b3f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

kzg_multi_open/src/fk20/toeplitz.rs

-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ impl DenseMatrix {
131131

132132
self.vector_mul(vector, inner_product)
133133
}
134-
fn vector_mul_g1(self, vector: Vec<G1Projective>) -> Vec<G1Projective> {
135-
use bls12_381::lincomb::g1_lincomb;
136-
self.vector_mul(vector, g1_lincomb)
137-
}
138134

139135
fn vector_mul<T>(
140136
self,

0 commit comments

Comments
 (0)