Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkworks-rs/poly-commit
/ supported_degree
Method
supported_degree
poly-commit/src/sonic_pc/data_structures.rs:122–124 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
120
}
121
122
fn supported_degree(&self) -> usize {
123
self.powers_of_g.len() - 1
124
}
125
}
126
127
/// `VerifierKey` is used to check evaluation proofs for a given commitment.
Callers
2
commit
Method · 0.45
open
Method · 0.45
Calls
1
len
Method · 0.80
Tested by
no test coverage detected