MCPcopy Create free account
hub / github.com/arkworks-rs/poly-commit / depth

Method depth

poly-commit/src/streaming_kzg/data_structures.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31 /// Outputs the depth of the polynomial tree.
32 #[inline]
33 pub fn depth(&self) -> usize {
34 self.challenges.len()
35 }
36}
37
38impl<'a, F, S> Iterable for FoldedPolynomialTree<'a, F, S>

Callers 2

commit_foldingMethod · 0.80
open_foldingMethod · 0.80

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected