curve25519-dalek-source/src/backend/vector/ifma
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
..
constants.rs Fix AVX2 and AVX-512 builds (#419) 2022-10-28 13:10:44 -04: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
mod.rs Documentation migrate to docs.rs hosted 2022-11-26 11:26:25 +11:00