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

Method check_well_formedness

poly-commit/src/linear_codes/ligero.rs:103–105  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

101 H: CRHScheme,
102{
103 fn check_well_formedness(&self) -> bool {
104 self.check_well_formedness
105 }
106
107 fn distance(&self) -> (usize, usize) {
108 (self.rho_inv - 1, self.rho_inv)

Callers 2

openMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected