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

Method rows

poly-commit/src/utils.rs:112–114  ·  view source on GitHub ↗

Returns self as a list of rows

(&self)

Source from the content-addressed store, hash-verified

110
111 /// Returns self as a list of rows
112 pub(crate) fn rows(&self) -> Vec<Vec<F>> {
113 self.entries.clone()
114 }
115
116 /// Returns self as a list of columns
117 pub(crate) fn cols(&self) -> Vec<Vec<F>> {

Callers 1

compute_matricesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected