curve25519-dalek-source/src/backend/serial/scalar_mul
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
..
mod.rs Remove build.rs. 2019-10-23 14:20:38 -07:00
pippenger.rs Rust fixes for some clippy warnings 2019-10-05 12:02:08 -07:00
precomputed_straus.rs Rust added support for the ? operator on Option in 1.22 2019-10-05 11:44:36 -07:00
straus.rs Rust added support for the ? operator on Option in 1.22 2019-10-05 11:44:36 -07:00
variable_base.rs Save 2.5% on variable-base scmul by squeezing some multiplications. 2019-05-08 21:04:13 -07:00
vartime_double_base.rs Ensure NAF works on manually-constructed extremal values. 2019-06-05 23:18:43 -07:00