Commit Graph

14 Commits

Author SHA1 Message Date
François Garillot
c42c7dd98a Remove a few unnecessary clones 2019-12-02 09:54:14 -08:00
François Garillot
d71bc5a675 Prefer to return error rather than ? them,
avoid return when it cant be early (in a simple if-else)
2019-12-02 09:54:14 -08:00
François Garillot
10c6e85c1a Remove a few unnecessary .into_iter() explicit calls, and some cloning.
See https://rust-lang.github.io/rust-clippy/master/#explicit_into_iter_loop
2019-12-02 09:54:14 -08:00
Kobi Gurkan
581f3df55f Adds Bowe-Hopwood hash 2019-11-17 09:07:23 -08:00
Kobi Gurkan
d292f637aa Update crypto-primitives/src/nizk/groth16/mod.rs
Co-Authored-By: Pratyush Mishra <pratyushmishra@berkeley.edu>
2019-10-21 18:57:39 -07:00
Kobi Gurkan
e3d2ff1c04 Update crypto-primitives/src/nizk/groth16/mod.rs
Co-Authored-By: Pratyush Mishra <pratyushmishra@berkeley.edu>
2019-10-21 18:57:39 -07:00
Kobi Gurkan
7c5271a212 Update crypto-primitives/src/nizk/groth16/mod.rs
Co-Authored-By: Pratyush Mishra <pratyushmishra@berkeley.edu>
2019-10-21 18:57:39 -07:00
Kobi Gurkan
fb87c421e7 Runs cargo fmt 2019-10-21 18:57:39 -07:00
Kobi Gurkan
98416f6b2e Adds Groth16 2019-10-21 18:57:39 -07:00
Pratyush Mishra
2a86b59138 Merkle Tree name refactors 2019-10-11 19:25:53 -07:00
Pratyush Mishra
42893ee3b6 Remove unused file 2019-10-11 19:25:53 -07:00
Pratyush Mishra
cb2ff3b412 Add ToConstraintField impls for some primitives 2019-10-11 19:25:53 -07:00
Pratyush Mishra
1b6f681cdb Fix Blake2s gadget test 2019-10-11 19:25:53 -07:00
Pratyush Mishra
a244e719d1 Initial commit to extract crypto-primitives to new crate 2019-10-11 19:25:53 -07:00