Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
impl<
'a, F, S> Iterable for FoldedPolynomialTree<'
a, F, S>
Callers
2
commit_folding
Method · 0.80
open_folding
Method · 0.80
Calls
1
len
Method · 0.80
Tested by
no test coverage detected