Struct prio::server::VerificationMessage[][src]

pub struct VerificationMessage<F> {
    pub f_r: F,
    pub g_r: F,
    pub h_r: F,
}
Expand description

Verification message for proof validation

Fields

f_r: F

f evaluated at random point

g_r: F

g evaluated at random point

h_r: F

h evaluated at random point

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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.