Struct lamport_sigs::PublicKey [] [src]

pub struct PublicKey<T: Digest + Clone> { /* fields omitted */ }

A one-time signing public key

Methods

impl<T: Digest + Clone> PublicKey<T>
[src]

Verifies that the signature of the data is correctly signed with the given key

Trait Implementations

impl<T: Clone + Digest + Clone> Clone for PublicKey<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more