MCPcopy Create free account
hub / github.com/arkworks-rs/poly-commit / degree_bound

Method degree_bound

poly-commit/src/data_structures.rs:167–169  ·  view source on GitHub ↗

Retrieve the degree bound in `self`.

(&self)

Source from the content-addressed store, hash-verified

165
166 /// Retrieve the degree bound in `self`.
167 pub fn degree_bound(&self) -> Option<usize> {
168 self.degree_bound
169 }
170
171 /// Retrieve whether the polynomial in `self` should be hidden.
172 pub fn is_hiding(&self) -> bool {

Callers 15

equation_test_templateFunction · 0.80
combine_and_normalizeMethod · 0.80
open_combinationsMethod · 0.80
check_combinationsMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
succinct_checkMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
open_combinationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected