MCPcopy 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

commitMethod · 0.45
openMethod · 0.45

Calls 1

lenMethod · 0.80

Tested by

no test coverage detected