[go: up one dir, main page]

[][src]Module ring_compat::signature

This is supported on crate feature signature only.

Digital signature support

Modules

ecdsa

Elliptic Curve Digital Signature Algorithm

ed25519

Ed25519 digital signature algorithm

Structs

Error

Signature errors.

Traits

Signature

Trait impl'd by concrete types that represent digital signatures.

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)