Struct chain_vote::tally::ProvenDecryptShare
source · struct ProvenDecryptShare {
r1: GroupElement,
pi: CorrectShareGenerationZkp,
}
Expand description
ProvenDecryptShare
consists of a group element (the partial decryption), and CorrectShareGenerationZkp
,
a proof of correct decryption.
Fields§
§r1: GroupElement
§pi: CorrectShareGenerationZkp
Implementations§
Trait Implementations§
source§fn clone(&self) -> ProvenDecryptShare
fn clone(&self) -> ProvenDecryptShare
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§fn eq(&self, other: &ProvenDecryptShare) -> bool
fn eq(&self, other: &ProvenDecryptShare) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.