Module hdi::prelude::signature

source ·
Expand description

Signature for authenticity of data

Structs

The output of ephemeral signing. The private key for this public key has been discarded by this point. The signatures match the public key provided but cannot be reproduced or forged because the private key no longer exists. The signatures match the input items positionally in the vector, it is up to the caller to reconstruct/align/zip them back together.
The raw bytes of a signature.
Mirror struct for Sign that includes a signature to verify against a key and data.

Constants

Ed25519 signatures are always the same length, 64 bytes.