betrusted-curve25519-dalek-.../src/backend/vector/avx2
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 fixup AVX2 ascii blocks so they don't run as doctests 2019-02-12 12:52:02 -08:00
edwards.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
field.rs Fix a typo in AVX2 2019-07-22 14:17:23 +02:00
mod.rs Remove build.rs. 2019-10-23 14:20:38 -07:00