curve25519-dalek-source/src/backend/serial/u64
Henry de Valence 574217694e Remove build.rs.
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.
2019-10-23 14:20:38 -07:00
..
constants.rs Remove build.rs. 2019-10-23 14:20:38 -07:00
field.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
mod.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
scalar.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00