curve25519-dalek-source/ed25519-dalek/src
Tony Arcieri d5ef57a3c2
ed: update VerifyingKey::from_bytes with ZIP-215 info (#704)
Removes the previous warning that points are unvalidated: they're
validated using the ZIP-215 rules, which allows unreduced y-coordinates.
Points are ensured valid by performing decompression, which finds a
solution to the curve equation, or returns an error.

Adds references to ZIP-215 and dalek-cryptography/curve25519-dalek#626
which is an issue about potentially adding support for the RFC8032/NIST
validation criteria in the future.
2024-09-19 18:43:32 -04:00
..
batch.rs Fix new nightly redundant import lint warns (#638) 2024-02-29 18:56:52 -07:00
constants.rs Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
context.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00
errors.rs Workspace ed25519 under ed25519-dalek 2023-06-27 04:04:09 +00:00
hazmat.rs Address Clippy lints (#543) 2023-08-27 12:47:12 -06:00
lib.rs Indicate that the rand_core feature is required (#641) 2024-03-16 07:43:25 -06:00
signature.rs Address new nightly clippy unnecessary qualifications (#639) 2024-03-07 16:58:20 -07:00
signing.rs Fix a minor typo in signing.rs (#649) 2024-04-13 19:37:33 -06:00
verifying.rs ed: update VerifyingKey::from_bytes with ZIP-215 info (#704) 2024-09-19 18:43:32 -04:00