Skip to content
Snippets Groups Projects

Draft: Doc joss

Closed PERENNOU Tanguy requested to merge doc-joss into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -114,6 +114,7 @@ use crate::error::KomodoError;
#[derive(Debug, Clone, Default, CanonicalSerialize, CanonicalDeserialize, PartialEq)]
pub struct Powers<F: PrimeField, G: CurveGroup<ScalarField = F>>(Vec<G::Affine>);
#[allow(clippy::len_without_is_empty)]
impl<F: PrimeField, G: CurveGroup<ScalarField = F>> Powers<F, G> {
pub fn len(&self) -> usize {
self.0.len()
Loading