arkworks-rs / groth16

A Rust implementation of the Groth16 zkSNARK
https://www.arkworks.rs
Apache License 2.0
252 stars 101 forks source link

Warn for unused #17

Closed ValarDragon closed 3 years ago

ValarDragon commented 3 years ago

Warn for unused (per the change in algebra) and consolidate the additional deny's together.

I'm not sure why this repository has additional deny's. (Are they intended, or just from some a convenient copy-paste)