dalek-cryptography / ed25519-dalek

Fast and efficient ed25519 signing and verification in Rust.
BSD 3-Clause "New" or "Revised" License
677 stars 222 forks source link

Verifying signatures using ZIP215 criteria #319

Closed fspreiss closed 2 months ago

fspreiss commented 2 months ago

In our project, we need to verify Ed25519 signatures according to the criteria outlined in ZIP215.

The current implementation uses different verification criteria. For example

Would you be open to having a verification method that follows the ZIP215 rules, e.g., verify_zip215? If so, would it help if we contribute a respective PR?

It seems we are not the first ones interested in such a feature. For example, there was https://github.com/dalek-cryptography/ed25519-dalek/issues/152, but it was closed without comment.

fspreiss commented 2 months ago

Re-filed as https://github.com/dalek-cryptography/curve25519-dalek/issues/664, as the repo has moved.