Struct sda_protocol::SnapshotResult [] [src]

pub struct SnapshotResult {
    pub snapshot: SnapshotId,
    pub number_of_participations: usize,
    pub clerk_encryptions: Vec<ClerkingResult>,
    pub recipient_encryptions: Option<Vec<Encryption>>,
}

Result of an aggregation snapshot, including output, ready for reconstruction.

Fields

Associated snapshot.

Number of participations used in this result.

Encrypted shares of the masked result.

Encrypted mask for the result.

Trait Implementations

impl Debug for SnapshotResult
[src]

Formats the value using the given formatter.