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

Method polynomial

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

Retrieve an immutable reference to the polynomial contained in `self`.

(&self)

Source from the content-addressed store, hash-verified

146
147 /// Retrieve an immutable reference to the polynomial contained in `self`.
148 pub fn polynomial(&self) -> &P {
149 &self.polynomial
150 }
151 /// Retrieve a mutable reference to the polynomial contained in `self`
152 pub fn polynomial_mut(&mut self) -> &mut P {
153 &mut self.polynomial

Callers 14

open_combinationsMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
commitMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
open_combinationsMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
open_combinationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected