Commit Graph

  • 4349ce5 (HEAD -> master, tag: v0.0.1, tag: c1) Merge pull request #24 from iden3/feature/update by Eduard S 2020-06-03 12:17:41 +0200
  • 9555517 (feature/update) Update deps by Eduard S 2020-06-03 12:11:07 +0200
  • ec6920a Merge pull request #22 from iden3/feature/bugfix by arnau 2020-05-22 17:30:11 +0200
  • 6e31deb (feature/bugfix) Fix binary parser bug, make go.bin format deterministic by Eduard S 2020-05-22 15:39:15 +0200
  • 94dc934 Merge pull request #21 from iden3/feature/rm-unnecessary by Eduard S 2020-05-22 13:43:38 +0200
  • 9f25871 (feature/rm-unnecessary) Remove unnecessary structs & polsC by arnaucube 2020-05-22 13:02:30 +0200
  • 6d4b1ab (feature/missingPolsC) Test all fields of parsed binary pk by Eduard S 2020-05-22 12:37:08 +0200
  • e652f34 Merge pull request #19 from iden3/fix/pk-parse-benchmarks by Eduard S 2020-05-21 16:19:07 +0200
  • 42961f6 (fix/pk-parse-benchmarks) Fix pk parser benchmarks by arnaucube 2020-05-21 13:19:45 +0200
  • 3867583 Merge pull request #18 from iden3/feature/pk-own-format by Eduard S 2020-05-21 11:25:53 +0200
  • 2b8a15c (feature/pk-own-format) Add cli to convert Pk to go-circom binary file by arnaucube 2020-05-20 15:50:00 +0200
  • d1b3979 Add own go-circom ProvingKey Bin format by arnaucube 2020-05-20 13:35:06 +0200
  • de95d7a Merge pull request #16 from iden3/feature/pk-bin by Eduard S 2020-05-20 12:31:36 +0200
  • 5c2aaec (feature/pk-bin) Add ProvingKey binary parser by arnaucube 2020-05-13 20:58:28 +0200
  • bedd64c Merge pull request #15 from iden3/feature/proofjson by arnau 2020-05-15 12:00:33 +0200
  • 0d4e258 (feature/proofjson) Add JSON Marshal/Unmarshal to Proof by Eduard S 2020-05-15 11:43:47 +0200
  • 1aa316c Merge pull request #11 from iden3/feature/proof-parsers by Eduard S 2020-05-07 12:15:08 +0200
  • 0f48cfa (feature/proof-parsers) Add proof parsers to string (decimal & hex) by arnaucube 2020-05-06 14:18:07 +0200
  • 6ec118d Merge pull request #10 from iden3/feature/tables2 by Eduard S 2020-05-06 11:43:06 +0200
  • 423d5f0 (feature/tables2) Add G1/G2 table calculation functionality by druiz0992 2020-05-03 03:02:49 +0200
  • 6039194 (feature/paralelism3) Update scripts to use node_modules locally by Eduard S 2020-05-04 14:09:18 +0200
  • 8367ed5 Update paralelism by Eduard S 2020-05-04 14:02:01 +0200
  • 86621a0 (feature/tables) reduced test time by druiz0992 2020-05-03 20:17:57 +0200
  • 9ed6e14 Leave prover_test untouched by druiz0992 2020-05-03 20:07:39 +0200
  • 2d45cb7 Update tables.md by druiz0992 2020-05-03 19:58:04 +0200
  • 68b0c2f Fixed merge conflicts by druiz0992 2020-05-03 19:53:52 +0200
  • e3b5f88 Added G2 and included tables to prover by druiz0992 2020-05-03 19:51:02 +0200
  • 36b4821 Update tables.md by druiz0992 2020-05-03 03:39:22 +0200
  • a110eb4 Update tables.md by druiz0992 2020-05-03 03:32:23 +0200
  • 72913bc Added a description file by druiz0992 2020-05-03 03:30:52 +0200
  • 8c81f50 G1 Functionality to precomput G1 tables by druiz0992 2020-05-03 03:02:49 +0200
  • a314ecc Add witness parser from binary file by arnaucube 2020-04-30 10:29:28 +0200
  • 700f2a4 Fix prover benchmark file paths, update readme, and other small updates by arnaucube 2020-04-29 10:27:31 +0200
  • 02fc1ea Merge pull request #7 from iden3/feature/paralelism2 by arnau 2020-04-28 20:14:06 +0200
  • 16054cc (feature/paralelism2) Remove inner prints by arnaucube 2020-04-28 20:09:16 +0200
  • 296dc53 Merge pull request #6 from iden3/ed255-patch-1-1 by arnau 2020-04-28 20:08:00 +0200
  • 8f09322 Implement more agressive parallelism by Eduard S 2020-04-28 16:51:33 +0200
  • 0977fac (ed255-patch-1-1) Fix setting node version in gh workflow by Eduard S 2020-04-28 15:15:19 +0200
  • f2a6103 (ed255-patch-1) Fix setting node version in workflow by Eduard S 2020-04-28 15:14:30 +0200
  • dc4ac0b Merge pull request #5 from iden3/feature/refactor-circuits by arnau 2020-04-26 21:37:19 +0200
  • d3f43ce Refactor circuits, update prover & verifier tests by arnaucube 2020-04-26 21:22:56 +0200
  • 5b77df5 Update proof sync.WaitGroup scooped variables & Add time prints in cli proof generation by arnaucube 2020-04-26 21:20:41 +0200
  • 3691785 Add paralelization of polynomials in GenerateProof by arnaucube 2020-04-24 10:50:28 +0200
  • 569d168 Merge pull request #4 from iden3/fix/verify by arnau 2020-04-23 18:21:55 +0200
  • 40b280f Fix mutation of inputs in Verify by Eduard S 2020-04-23 16:02:00 +0200
  • bbcbba3 Fix verifier inputs field check by arnaucube 2020-04-22 18:24:05 +0200
  • 37e5995 Fix verifier mod import path by arnaucube 2020-04-22 17:49:28 +0200
  • 6256fcc Update go mod & usage by arnaucube 2020-04-21 19:22:35 +0200
  • e6fe08e Merge pull request #3 from iden3/feature/calculateH-mul by arnau 2020-04-21 15:45:38 +0200
  • 9b93bad Use fft on calculateH polynomial multiplication by arnaucube 2020-04-21 15:38:50 +0200
  • fb3bbed Merge pull request #2 from iden3/feature/polynomials-goff by arnau 2020-04-20 12:51:04 +0200
  • 324c817 Add polynomials arithmetic in goff by arnaucube 2020-04-20 12:37:49 +0200
  • 3f5f8e2 Add CLI by arnaucube 2020-04-17 21:12:14 +0200
  • e1147db refactor in sub packages by arnaucube 2020-04-17 20:31:53 +0200
  • 96b4b5b Merge pull request #1 from iden3/feature/gh-actions by arnau 2020-04-14 16:45:19 +0200
  • 8df45c7 Update compile-circuits.sh to adapt null from json, update GH Actions to install snarkjs & circom for testdata generation by arnaucube 2020-04-11 21:11:31 +0200
  • c584fc1 Create main.yml by arnau 2020-04-11 20:57:25 +0200
  • a439651 Add benchmarks, Rename repo, update README.md by arnaucube 2020-04-09 11:20:22 +0200
  • 0e453eb Add Verifier Groth16 compatible with circom by arnaucube 2020-04-08 11:26:01 +0200
  • 2a18bbd Add Verification Key & Proof parsers from json by arnaucube 2020-04-08 11:06:00 +0200
  • 7aa69a5 Add testdata big&small circuits, update proof parsers, add compile-circuits.sh by arnaucube 2020-04-06 13:50:02 +0200
  • c03cb1a Add Proof to string in circom/snarkjs format by arnaucube 2020-04-06 11:54:21 +0200
  • 198eeee Fix use H polynomial by arnaucube 2020-04-06 11:52:55 +0200
  • d5c971e Update exposed methods, update README.md, add godoc & goreport cards by arnaucube 2020-04-03 16:42:31 +0200
  • 89e71b6 Add README.md by arnaucube 2020-04-02 17:03:30 +0200
  • 001af79 Proof generation works, add h pol calculation by arnaucube 2020-04-02 16:59:35 +0200
  • f8481a6 Add ifft by arnaucube 2020-04-01 23:21:16 +0200
  • a99f451 Add zkSNARK Groth16 prover by arnaucube 2020-03-29 23:54:28 +0200
  • f942c8c Add Witness parser from json by arnaucube 2020-03-29 20:32:22 +0200
  • a9a9e78 Add ProvingKey parser from json by arnaucube 2020-03-29 20:17:31 +0200
  • fc9ce30 Add parsers tests by arnaucube 2020-03-29 10:33:47 +0200
  • 828e3ab Add array string parser to G1 & G2 by arnaucube 2020-03-29 09:51:24 +0200
  • dfdc65f Add bn256.G2 parser by arnaucube 2020-03-29 09:36:02 +0200
  • d0219b3 Add bn256.G1 parser by arnaucube 2020-03-29 00:42:52 +0100
  • 1e12670 Add polynomial operations by arnaucube 2020-03-28 22:27:14 +0100
  • 36fb418 Add arithmetic mod operations by arnaucube 2020-03-28 21:48:25 +0100