Commit Graph

  • e524e46 Add UInt64 used for representing Merkle tree node locations by weikeng 2020-03-04 23:22:21 -0800
  • 0df0a15 Blake PRF & R1CS Boolean Refactor (#132) by Pratyush Mishra 2020-03-05 10:51:59 -0800
  • 0b57cdd Add a pre-commit hook for rustfmt (#102) by Pratyush Mishra 2020-03-04 16:05:57 -0800
  • 50c0511 Merge branch 'master' of https://github.com/scipr-lab/zexe by Pratyush Mishra 2020-03-03 10:39:05 -0800
  • b4b4e55 Implement CanonicalSerialize/Deserialize improvements (#109) by Pascal Berrang 2020-03-03 18:56:18 +0100
  • 78e08ae Fix lint by ValarDragon 2020-02-28 20:24:01 -0800
  • cba74c0 Fix error by ValarDragon 2020-02-28 20:19:20 -0800
  • 3cb1ed0 Fix linter errors by ValarDragon 2020-02-28 18:17:02 -0800
  • 77837b4 Fix ns issue by Pratyush Mishra 2020-02-28 17:30:46 -0800
  • cb1bcb1 Fix ns by ValarDragon 2020-02-28 16:28:21 -0800
  • b63d255 Update to use bit iterator by ValarDragon 2020-02-28 16:14:54 -0800
  • 8cce650 Add exponentiation by constant to Fp by ValarDragon 2020-02-28 09:16:36 -0800
  • 7adcc69 Generalize FFT infrastructure to work with group elements as well by Pratyush Mishra 2020-02-28 15:11:09 -0800
  • faf179c Export `algebra-core::error` by Pratyush Mishra 2020-02-28 00:11:48 -0800
  • 2298df2 Make benchmarks compile, and check them in CI by Pratyush Mishra 2020-02-27 00:13:08 -0800
  • 8bf042a Refactor `algebra` API, split into `algebra` and `algebra-core`. (#100) by Pratyush Mishra 2020-02-26 21:42:04 -0800
  • d4896ad crypto-primitives no-std (#96) by Marek Kotewicz 2020-02-20 20:35:53 +0100
  • 02e6b32 Cargo fmt by howardwu 2020-02-16 12:34:26 -0800
  • 2949c0e Adds NIZK benchmarking, updates crypto-primitives benchmarks by howardwu 2020-02-15 18:16:19 -0800
  • bd50144 Add new additive and multiplcative ops for fields by Pratyush Mishra 2020-02-14 13:08:44 -0800
  • 9621bd3 r1cs-std works with no-std (#92) by Marek Kotewicz 2020-02-05 22:55:38 +0100
  • a77972b no_std for algebra and r1cs-core (#76) by Marek Kotewicz 2020-01-31 18:29:29 +0100
  • 5e57ac5 Fix blake2s table alighnments by ValarDragon 2020-01-28 08:18:15 -0800
  • df6e235 Add badge from deps.rs by François Garillot 2020-01-27 18:33:35 -0800
  • a4a8116 Update dependencies by François Garillot 2020-01-27 17:48:45 -0800
  • b26867f Runs rustfmt on the repo by François Garillot 2020-01-23 07:19:48 -0800
  • a3e1cd6 Make libraries compile by Pratyush Mishra 2020-01-19 20:13:49 -0800
  • 762793c Update Cargo.toml by Pratyush Mishra 2020-01-18 18:08:43 -0800
  • 40cf13b num_traits:: -> algebra:: by Pratyush Mishra 2020-01-18 18:06:46 -0800
  • 722a901 [RFC] Convert identity functions in Field, Group, and {Projective,Affine}Curve traits with One/Zero traits from num_traits. by François Garillot 2020-01-13 09:10:48 -0800
  • b8a81b5 r1cs-std: makes extension field to_bits create namespaces for the individual elements by Kobi Gurkan 2020-01-16 19:39:49 +0200
  • 2a8974e Boolean conditional select by Pratyush Mishra 2019-12-12 01:40:41 -0800
  • ab65b01 Clean up a few loop bounds by François Garillot 2019-12-02 07:35:13 -0800
  • f1d8b12 Use operator syntax by François Garillot 2019-12-02 07:34:37 -0800
  • b42d5f8 Simplify a few "if" structures by François Garillot 2019-12-02 07:30:54 -0800
  • 53a51eb Use built-in iteration functions more by François Garillot 2019-12-02 07:28:49 -0800
  • c42c7dd Remove a few unnecessary clones by François Garillot 2019-12-02 07:26:52 -0800
  • d71bc5a Prefer to return error rather than ? them, by François Garillot 2019-12-02 07:21:10 -0800
  • 10c6e85 Remove a few unnecessary `.into_iter()` explicit calls, and some cloning. by François Garillot 2019-12-02 07:12:38 -0800
  • 581f3df Adds Bowe-Hopwood hash by Kobi Gurkan 2019-11-17 12:59:33 +0200
  • 19856bd Add Groth16 to Readme by Pratyush Mishra 2019-10-23 21:45:56 -0700
  • da0de7c Adds license files as links by Kobi Gurkan 2019-10-21 14:21:52 +0300
  • d292f63 Update crypto-primitives/src/nizk/groth16/mod.rs by Kobi Gurkan 2019-10-21 14:20:14 +0300
  • e3d2ff1 Update crypto-primitives/src/nizk/groth16/mod.rs by Kobi Gurkan 2019-10-21 14:19:27 +0300
  • 7c5271a Update crypto-primitives/src/nizk/groth16/mod.rs by Kobi Gurkan 2019-10-21 14:19:22 +0300
  • fb87c42 Runs cargo fmt by Kobi Gurkan 2019-10-21 14:18:35 +0300
  • 98416f6 Adds Groth16 by Kobi Gurkan 2019-10-20 20:58:25 +0300
  • 2a86b59 Merkle Tree name refactors by Pratyush Mishra 2019-10-11 19:24:21 -0700
  • 25e35a2 Update README with new directory structure and publication information by Pratyush Mishra 2019-10-11 19:05:22 -0700
  • 42893ee Remove unused file by Pratyush Mishra 2019-10-11 18:08:18 -0700
  • cb2ff3b Add ToConstraintField impls for some primitives by Pratyush Mishra 2019-10-11 16:38:00 -0700
  • 1b6f681 Fix Blake2s gadget test by Pratyush Mishra 2019-10-11 13:23:50 -0700
  • d318e70 Fix benches by Pratyush Mishra 2019-09-24 20:27:42 -0700
  • a244e71 Initial commit to extract crypto-primitives to new crate by Pratyush Mishra 2019-09-24 20:21:49 -0700
  • 5a78e24 Update README.md by Pratyush Mishra 2019-09-17 16:32:25 -0700
  • 8ea084d Upgrade rand to 0.7 (#33) by Pratyush Mishra 2019-09-17 16:30:42 -0700
  • 0a507b0 Upgrade ff-fft, gm17, and r1cs-std by Pratyush Mishra 2019-09-17 01:35:23 -0700
  • bd723f9 Initial commit by Pratyush Mishra 2019-09-16 23:06:37 -0700
  • cfe2c8d Refactor FFT infrastructure (#28) by Pratyush Mishra 2019-09-04 16:33:58 -0700
  • 8da2ea6 Update README by Pratyush Mishra 2019-08-12 18:16:29 -0700
  • b617d21 Move ConstraintVar to r1cs-core by Pratyush Mishra 2019-08-12 18:05:24 -0700
  • c610ecb Update r1cs-std tests by Pratyush Mishra 2019-08-12 17:41:23 -0700
  • e00d667 Move snark-gadgets to r1cs-std by Pratyush Mishra 2019-08-12 16:52:26 -0700
  • 3215173 Move ConstraintSystem and related traits to own crate, and move gm17 to own crate. by Pratyush Mishra 2019-08-12 16:14:46 -0700
  • 07ae71f Improve fixed and variable base MSMs by Pratyush Mishra 2019-08-10 02:36:54 -0700
  • 72949c3 Merge pull request #10 from kobigurk/fix/377_g2_generators_comments by Pratyush Mishra 2019-08-08 04:12:00 +0300
  • be80fdc Merge branch 'master' into fix/377_g2_generators_comments by Pratyush Mishra 2019-08-08 04:07:42 +0300
  • bb0cefb Update README by Pratyush Mishra 2019-08-06 11:53:36 -0700
  • 8794a17 Merge branch 'master' of https://github.com/scipr-lab/zexe by Howard Wu 2019-04-03 01:33:58 -0700
  • 5a2df1a Update README by Howard Wu 2019-04-03 01:32:28 -0700
  • de7656d Merge branch 'master' of https://github.com/scipr-lab/zexe by Howard Wu 2019-04-03 00:03:52 -0700
  • 2309c89 Update README.md by Howard Wu 2019-04-02 23:55:22 -0700
  • 0b17dcf Add link to Sean's github in README.md by Pratyush Mishra 2019-04-02 23:08:26 -0700
  • 981c20b Initial release by Pratyush Mishra 2019-04-02 15:19:36 -0700