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

Method degree

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

Retrieve the degree of the polynomial in `self`.

(&self)

Source from the content-addressed store, hash-verified

160
161 /// Retrieve the degree of the polynomial in `self`.
162 pub fn degree(&self) -> usize {
163 self.polynomial.degree()
164 }
165
166 /// Retrieve the degree bound in `self`.
167 pub fn degree_bound(&self) -> Option<usize> {

Callers 13

open_multi_pointsMethod · 0.80
open_foldingMethod · 0.80
trimMethod · 0.80
commitMethod · 0.80
openMethod · 0.80
test_reed_solomonFunction · 0.80
commitMethod · 0.80
commitMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_reed_solomonFunction · 0.64