mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-13 21:50:34 +00:00
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. |
||
|---|---|---|
| .. | ||
| avx2 | ||
| ifma | ||
| scalar_mul | ||
| mod.rs | ||