[][src]Crate signature_derive

Custom derive support for the signature crate.

This crate can be used to derive Signer and Verifier impls for types that impl DigestSigner or DigestVerifier respectively.

Derive Macros

Signer

Derive the Signer trait for a type which impls [DigestSigner].

Verifier

Derive the Verifier trait for a type which impls [DigestVerifier].