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

Method distance

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

Source from the content-addressed store, hash-verified

105 }
106
107 fn distance(&self) -> (usize, usize) {
108 (self.rho_inv - 1, self.rho_inv)
109 }
110
111 fn sec_param(&self) -> usize {
112 self.sec_param

Callers 3

openMethod · 0.45
checkMethod · 0.45
compute_dimensionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected