risc0-curve25519-dalek-source/src
Tony Arcieri 6f237a0810
Use inherent constants for ZERO, ONE, and MINUS_ONE (#470)
For the field element types `FieldElement` and `Scalar`, use inherent
constants instead of (non-const) functions to return these constant
values.

It's likely the original functions predate support for inherent
constants, but now that they're available, they're a better fit for
these sort of constant values.
2022-12-12 01:04:42 -05:00
..
backend Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
constants.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
edwards.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
field.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
lib.rs Use --cfg curve25519_dalek_backend to select backend (#455) 2022-12-09 03:42:52 -05:00
macros.rs cargo fmt 2022-10-28 17:00:24 -04:00
montgomery.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
ristretto.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
scalar.rs Use inherent constants for ZERO, ONE, and MINUS_ONE (#470) 2022-12-12 01:04:42 -05:00
traits.rs Fixed doc warnings 2022-11-24 02:37:05 -05:00
window.rs Fix all clippy warnings replay (#441) 2022-12-04 03:40:51 -05:00