betrusted-curve25519-dalek-.../src
Michael Rosenberg c2b8978927
Do byte comparison in all verify_* functions (#269)
* Made all signature R comparisons byte-wise

* Use Scalar::from_bits_clamped rather than manually clamping

* Added clippy lints and comments for use of unwrap()

* Clarify use of unused
2023-01-21 01:05:54 -05:00
..
batch.rs Make verify_batch deterministic (#256) 2023-01-14 21:26:39 -05:00
constants.rs Edition fixups: remove extern crate, add idioms lint (#231) 2022-12-08 02:39:48 -05:00
errors.rs Make digest optional (#268) 2023-01-19 02:59:43 -05:00
lib.rs Do byte comparison in all verify_* functions (#269) 2023-01-21 01:05:54 -05:00
signature.rs Do byte comparison in all verify_* functions (#269) 2023-01-21 01:05:54 -05:00
signing.rs Do byte comparison in all verify_* functions (#269) 2023-01-21 01:05:54 -05:00
verifying.rs Do byte comparison in all verify_* functions (#269) 2023-01-21 01:05:54 -05:00