Struct ark_poly_commit::multilinear_pc::MultilinearPC[][src]

pub struct MultilinearPC<E: PairingEngine> { /* fields omitted */ }
Expand description

Polynomial Commitment Scheme on multilinear extensions.

Implementations

setup

Trim the universal parameters to specialize the public parameters for multilinear polynomials to the given supported_num_vars, and returns committer key and verifier key. supported_num_vars should be in range 1..=params.num_vars

commit

On input a polynomial p and a point point, outputs a proof for the same.

Verifies that value is the evaluation at x of the polynomial committed inside comm.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.