risc0-curve25519-dalek-source/curve25519-dalek/src
Jimmy Chen ff1c309b23
Fix nightly build (#619)
* Fix nightly build

* Add nightly feature constraint so AVX-512 requires either x86 or x86_64

Co-authored-by: Tony Arcieri <bascule@gmail.com>

* fmt

---------

Co-authored-by: Michael Rosenberg <micro@fastmail.com>
Co-authored-by: Tony Arcieri <bascule@gmail.com>
Co-authored-by: Michael Rosenberg <michael@mrosenberg.pub>
2024-02-06 15:09:29 -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: Expand lints (#530) 2023-08-28 02:32:31 -04:00
window.rs curve: Expand lints (#530) 2023-08-28 02:32:31 -04:00