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/sonic_pc/data_structures.rs:118–120 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
116
117
impl<E: Pairing> PCCommitterKey for CommitterKey<E> {
118
fn max_degree(&self) -> usize {
119
self.max_degree
120
}
121
122
fn supported_degree(&self) -> usize {
123
self.powers_of_g.len() - 1
Callers
1
trim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected