filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

Interop between vanilla and snarks #12

Closed nicola closed 6 years ago

nicola commented 6 years ago

Goal: Write tests for circuits that use drgporep.Prove as input and merklepor.Prove as input

dignifiedquire commented 6 years ago

Turning byte slices into Fp

We have a way of doing this circuit/multipack.rs, so closing this epic for now. Will open new issues for other things as they come up