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

Method sec_param

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

Source from the content-addressed store, hash-verified

109 }
110
111 fn sec_param(&self) -> usize {
112 self.sec_param
113 }
114
115 /// Compute the a suitable (for instance, FFT-friendly over F) matrix with at least poly_len entries.
116 /// The return pair (n, m) corresponds to the dimensions n x m.

Callers 3

openMethod · 0.45
checkMethod · 0.45
compute_dimensionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected