Struct ark_poly_commit::ipa_pc::SuccinctCheckPolynomial [−][src]
Expand description
SuccinctCheckPolynomial is a succinctly-representated polynomial
generated from the log_d random oracle challenges generated in open.
It has the special property that can be evaluated in O(log_d) time.
Implementations
Computes the coefficients of the underlying degree d polynomial.
Auto Trait Implementations
impl<F> RefUnwindSafe for SuccinctCheckPolynomial<F> where
F: RefUnwindSafe, impl<F> Send for SuccinctCheckPolynomial<F>impl<F> Sync for SuccinctCheckPolynomial<F>impl<F> Unpin for SuccinctCheckPolynomial<F> where
F: Unpin, impl<F> UnwindSafe for SuccinctCheckPolynomial<F> where
F: UnwindSafe,