Struct prio::vdaf::InputShareMessage[][src]

pub struct InputShareMessage<F> {
    pub input_share: Share<F>,
    pub proof_share: Share<F>,
    pub joint_rand_seed_hint: Key,
    pub blind: Key,
}
Expand description

The message sent by the client to each aggregator. This includes the client’s input share and the initial message of the input-validation protocol.

Fields

input_share: Share<F>

The input share.

proof_share: Share<F>

The proof share.

joint_rand_seed_hint: Key

The sum of the joint randomness seed shares sent to the other aggregators.

blind: Key

The blinding factor, used to derive the aggregator’s joint randomness seed share.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.