Struct prio::util::UnpackedProof[][src]

pub struct UnpackedProof<'a, F: FieldElement> {
    pub data: &'a [F],
    pub f0: &'a F,
    pub g0: &'a F,
    pub h0: &'a F,
    pub points_h_packed: &'a [F],
}
Expand description

Unpacked proof with subcomponents

Fields

data: &'a [F]

Data

f0: &'a F

Zeroth coefficient of polynomial f

g0: &'a F

Zeroth coefficient of polynomial g

h0: &'a F

Zeroth coefficient of polynomial h

points_h_packed: &'a [F]

Non-zero points of polynomial h

Trait Implementations

Formats the value using the given formatter. Read more

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.

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.