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

Method hiding_bound

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

Retrieve the hiding bound for the polynomial in `self`.

(&self)

Source from the content-addressed store, hash-verified

175
176 /// Retrieve the hiding bound for the polynomial in `self`.
177 pub fn hiding_bound(&self) -> Option<usize> {
178 self.hiding_bound
179 }
180}
181
182/// A commitment along with information about its degree bound (if any).

Callers 10

bad_degree_bound_testFunction · 0.80
test_templateFunction · 0.80
open_combinationsMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
open_combinationsMethod · 0.80
commitMethod · 0.80
open_combinationsMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_templateFunction · 0.64