mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
As suggested in #453 it is sometimes feasible to select the backend bits via an override. This change provides `cfg(curve25519_dalek_bits)` to override the bits used in serial or fiat target backend. |
||
|---|---|---|
| .. | ||
| curve_models | ||
| fiat_u32 | ||
| fiat_u64 | ||
| scalar_mul | ||
| u32 | ||
| u64 | ||
| mod.rs | ||