risc0-curve25519-dalek-source/src/backend/serial/scalar_mul
François Garillot 9785f56c0f
Rust fixes for some clippy warnings
Clippy lints with instances in the project but NOT applied here, since they seem consistently at odds with the projects' style:
- [unreadable literal](https://rust-lang.github.io/rust-clippy/master/#unreadable_literal)
- [cast lossless](https://rust-lang.github.io/rust-clippy/master/#cast_lossless)
- [assign op pattern](https://rust-lang.github.io/rust-clippy/master/#assign_op_pattern)
2019-10-05 12:02:08 -07:00
..
mod.rs cgs 2019-05-21 13:32:50 -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