signature: tracking issue for digest
stabilization (DigestSigner, DigestVerifier, and DigestSignature)
#92
Labels
signature
Digital signature crate
Uh oh!
There was an error while loading. Please reload this page.
The
signature
crate contains the following traits which are presently gated under thedigest-preview
feature:DigestSignature
- marker trait for signature algorithms based on a simple "prehash" structure. This is used in conjunction with custom derive support (signature: tracking issue for derive(Signer) and derive(Verifier) stabilization #93)DigestSigner
- signer which takes aDigest
of a message to be signedDigestVerifier
- verifier which takes aDigest
of a message to be verifiedThe main blocker for stabilization is a 1.0 release of the
digest
crate, but also some lingering design questions.The text was updated successfully, but these errors were encountered: