mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Enforced via the newly added `clippy::mod_module_files` lint. Previously a mixture of 2015 (`mod.rs`) module files along with the 2018 `foo.rs` and `foo/` approach. All of the toplevel modules (`edwards`, `field`, `montgomery`, and `scalar`) were using the 2018 convention, except for `backend`, `ristretto`, and the recently added `lizard` were using the 2015 convention. This renames the files so everything follows the 2018 convention, and applies the afforementioned clippy lint which will error if anyone tries to add new files using the 2015 convention. |
||
|---|---|---|
| .. | ||
| elligator.rs | ||