Struct microsalt::sign::SignedData [] [src]

pub struct SignedData {
    pub public_key: PublicKey,
    pub signed: Vec<u8>,
}

Encapsulates the verification key and signed message.

Fields

Public key matching the key used to sign this message.

Cryptographically signed message, containing both signature and message.

Methods

impl SignedData
[src]

Verify a signed message