Struct tiny_ped_com::VerifierPublicKey [] [src]

pub struct VerifierPublicKey(_);

The Verifier's public key. Sent to the Committer is the first round of communication.

Trait Implementations

impl Clone for VerifierPublicKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations