Skip to content

signature: tracking issue for digest stabilization (DigestSigner, DigestVerifier, and DigestSignature) #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tarcieri opened this issue Mar 17, 2020 · 2 comments
Labels
signature Digital signature crate

Comments

@tarcieri
Copy link
Member

tarcieri commented Mar 17, 2020

The signature crate contains the following traits which are presently gated under the digest-preview feature:

The main blocker for stabilization is a 1.0 release of the digest crate, but also some lingering design questions.

@tarcieri tarcieri added the signature Digital signature crate label Mar 17, 2020
@tarcieri
Copy link
Member Author

One issue discussed in #78 (and previously discussed in RustCrypto/signatures#10) is the naming of DigestSignature. It might be clearer to name it something like PrehashSignature, as its purpose is to act as a marker with a digest algorithm for signature algorithms which use a prehashing step when computing a signature.

Also noted was that the docs should be clarified that while prehashing is useful for Fiat-Shamir-based signature algorithms, there are such algorithms which don't utilize a prehashing step.

@daira
Copy link

daira commented Mar 19, 2020

The name PrehashSignature makes sense to me.

@tarcieri tarcieri changed the title signature: tracking issue for DigestSigner, DigestVerifier, and DigestSignature stabilization signature: tracking issue for digest-preview (DigestSigner, DigestVerifier, and DigestSignature) stabilization Jul 29, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this issue Jan 24, 2023
Cleanups in prep for adding `password-hash` support to Argon2
@tarcieri tarcieri changed the title signature: tracking issue for digest-preview (DigestSigner, DigestVerifier, and DigestSignature) stabilization signature: tracking issue for digest stabilization (DigestSigner, DigestVerifier, and DigestSignature) Apr 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
signature Digital signature crate
Projects
None yet
Development

No branches or pull requests

2 participants