zkcrypto / bellman

zk-SNARK library.
Other
988 stars 534 forks source link

Fix deref breakage with nightly-2020-10-06 #57

Closed str4d closed 3 years ago

str4d commented 3 years ago

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