zcash / mpc

zk-SNARK parameter multi-party computation protocol
171 stars 42 forks source link

Fix rust toolchain non-determinism #9

Closed petertodd closed 5 years ago

petertodd commented 6 years ago

Previously rustup would load the most recent stable version, which of course changes over time; now pinned to 1.12.1

Of course, this should all be changed with a local copy, but this is better than nothing.