bellman/src/groth16
Jack Grigg a5ff6f514b Fix deref breakage with nightly-2020-10-06
Fixes the following error:
  cannot multiply-assign `<E as Engine>::Fr` by `&&<E as Engine>::Fr`

I think this is related to:
  https://github.com/rust-lang/rust/issues/77638
2020-10-30 00:25:57 +00:00
..
tests Migrate to ff 0.8 2020-09-08 23:44:20 +01:00
generator.rs Fix deref breakage with nightly-2020-10-06 2020-10-30 00:25:57 +00:00
mod.rs Migrate to ff 0.8 2020-09-08 23:44:20 +01:00
prover.rs Pass exponent bits into multiexp instead of exponents themselves 2020-09-08 23:44:20 +01:00
verifier.rs pairing: Require G1 and G2 to be PrimeCurve 2020-08-25 23:11:18 +01:00