betrusted-curve25519-dalek-.../curve25519-dalek/src
bunnie cdd1539ba8 promote illegal opcode to a panic
if the engine25519 hits an illegal opcode, really, that's a
software bug that should be fixed. panic, so that we get
a guru meditation and a bug report.
2024-03-28 10:21:27 +08:00
..
backend promote illegal opcode to a panic 2024-03-28 10:21:27 +08:00
constants.rs
diagnostics.rs Workspace curve25519 under curve25519-dalek 2023-06-27 04:00:12 +00:00
edwards.rs
field.rs cleanup warning 2024-03-25 13:42:12 +08:00
lib.rs Merge branch 'main' into v4.1.1 2024-03-25 06:59:43 +08:00
macros.rs Workspace curve25519 under curve25519-dalek 2023-06-27 04:00:12 +00:00
montgomery.rs add handlers to check for hardware errors and try to recover 2024-03-28 10:20:53 +08:00
ristretto.rs Address new nightly clippy unnecessary qualifications (#639) 2024-03-07 16:58:20 -07:00
scalar.rs add back in bits_le 2024-03-25 13:42:58 +08:00
traits.rs Fix new nightly redundant import lint warns (#638) 2024-02-29 18:56:52 -07:00
window.rs