mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-10 21:21:13 +00:00
This was more useful at the time when we were determining, e.g., optimal lookup table sizes and could regenerate them more easily, but it came at a massive complexity cost. It also meant that we were unable to implement backend autoselection. This commit removes the `build.rs` entirely. In the future, a different `build.rs` could be added that auto-selects a backend, but it seems like the current default-u64 setup has been working fine. |
||
|---|---|---|
| .. | ||
| constants.rs | ||
| field.rs | ||
| mod.rs | ||
| scalar.rs | ||