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

Method commitment

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

Retrieve the commitment from `self`.

(&self)

Source from the content-addressed store, hash-verified

212
213 /// Retrieve the commitment from `self`.
214 pub fn commitment(&self) -> &C {
215 &self.commitment
216 }
217
218 /// Retrieve the degree bound in `self`.
219 pub fn degree_bound(&self) -> Option<usize> {

Callers 15

open_combinationsMethod · 0.80
check_combinationsMethod · 0.80
openMethod · 0.80
checkMethod · 0.80
succinct_checkMethod · 0.80
openMethod · 0.80
open_combinationsMethod · 0.80
check_combinationsMethod · 0.80
accumulate_elemsMethod · 0.80
open_combinationsMethod · 0.80
check_combinationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected