curve25519-dalek-source/curve25519-dalek/src
Tony Arcieri 50401ab430
curve: mark ValidityCheck trait as allow(dead_code) (#625)
Recent nightlies have started emitting a dead code lint
2024-02-12 11:56:06 -05:00
..
backend Adapt to new types introduced in fiat-crypto 0.2 (#566) 2023-09-05 10:07:49 -06:00
constants.rs Deprecate BASEPOINT_ORDER from pub API consts (#581) 2023-09-17 23:59:05 -04:00
diagnostics.rs Workspace curve25519 under curve25519-dalek 2023-06-27 04:00:12 +00:00
edwards.rs Deprecate BASEPOINT_ORDER from pub API consts (#581) 2023-09-17 23:59:05 -04:00
field.rs Made unnecessarily pub contents of field.rs pub(crate) 2023-10-29 22:06:47 -04:00
lib.rs Fix nightly build (#619) 2024-02-06 15:09:29 -05:00
macros.rs Workspace curve25519 under curve25519-dalek 2023-06-27 04:00:12 +00:00
montgomery.rs curve: Add arbitrary integer multiplication with MontgomeryPoint::mul_bits_be (#555) 2023-08-28 01:58:41 -04:00
ristretto.rs curve: Expand lints (#530) 2023-08-28 02:32:31 -04:00
scalar.rs Add PrimeFieldBits support to Scalar (#579) 2023-09-19 23:21:43 -04:00
traits.rs curve: mark ValidityCheck trait as allow(dead_code) (#625) 2024-02-12 11:56:06 -05:00
window.rs curve: Expand lints (#530) 2023-08-28 02:32:31 -04:00