Struct cait_sith::KeygenOutput
source · pub struct KeygenOutput {
pub private_share: Scalar,
pub public_key: AffinePoint,
}Expand description
Represents the output of the key generation protocol.
This contains our share of the private key, along with the public key.
Fields§
§public_key: AffinePointTrait Implementations§
source§impl Clone for KeygenOutput
impl Clone for KeygenOutput
source§fn clone(&self) -> KeygenOutput
fn clone(&self) -> KeygenOutput
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 more