mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +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. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| pippenger.rs | ||
| precomputed_straus.rs | ||
| straus.rs | ||
| variable_base.rs | ||
| vartime_double_base.rs | ||