privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
211 stars 44 forks source link

fix: Use Cargo Clippy to avoid the `gen` reserved keyword #181

Open heeckhau opened 2 months ago

heeckhau commented 2 months ago

RUSTFLAGS="-D keyword_idents_2024" cargo clippy --fix fixes #180

sinui0 commented 2 months ago

This is a fix, but I would rather rename instead of r#. rand will be changing gen to random in the next release. We may want to rename to Garbler