Struct lamport::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