Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkworks-rs/poly-commit
/ max_degree
Method
max_degree
poly-commit/src/marlin/marlin_pc/data_structures.rs:87–89 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
85
86
impl<E: Pairing> PCCommitterKey for CommitterKey<E> {
87
fn max_degree(&self) -> usize {
88
self.max_degree
89
}
90
91
fn supported_degree(&self) -> usize {
92
self.powers.len() - 1
Callers
1
trim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected