Module tendermint::signature[][src]

Expand description

Cryptographic (a.k.a. digital) signatures

Structs

Ed25519 signature.

Signatures

Constants

The expected length of all currently supported signatures, in bytes.

Traits

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

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

Type Definitions

ECDSA/secp256k1 signature (fixed-size)