Module tendermint::signature[][src]

Cryptographic (a.k.a. digital) signatures

Structs

Ed25519Signature

Ed25519 signature.

Enums

Algorithm

Digital signature algorithms

Signature

Signatures

Constants

ED25519_SIGNATURE_SIZE

Length of an Ed25519 signature

Traits

Signer

Sign the provided message bytestring using Self (e.g. a cryptographic key or connection to an HSM), returning a digital signature.

Verifier

Verify the provided message bytestring using Self (e.g. a public key)

Type Definitions

Secp256k1

ECDSA/secp256k1 signature (fixed-size)