Commit Graph

  • ad8e851 fixes by Nicholas Ward 2023-04-06 11:34:11 -0700
  • f1dc02d Poseidon extension function versions, and finished PoseidonGate by Nicholas Ward 2023-04-06 11:15:07 -0700
  • e1ab30f oops included gate files by Nicholas Ward 2023-04-05 18:21:01 -0700
  • 64456ee initial work on PoseidonGate by Nicholas Ward 2023-04-05 18:20:49 -0700
  • c0168a9 updates: included evaluateGateConstraints by Nicholas Ward 2023-04-05 14:26:08 -0700
  • 58914e8 uint64 by Nicholas Ward 2023-04-04 13:47:29 -0700
  • 4914844 finished evaluateGateConstraints by Nicholas Ward 2023-04-04 13:26:30 -0700
  • 098cb42 no more gate EvalFiltered by Nicholas Ward 2023-04-04 13:21:12 -0700
  • 7091e1e initial work: gate interface and PublicInput by Nicholas Ward 2023-04-04 13:15:27 -0700
  • 57b7937 added comment for where the custom gate constraints logic should be implemented by Kevin Jue 2023-03-31 10:35:42 -0700
  • 486fafb Update README.md by John Guibas 2023-03-28 13:07:39 -0700
  • a6e3319 new benchmarks by John Guibas 2023-03-28 12:01:57 -0700
  • cf16f0f update readme and MIT by John Guibas 2023-03-28 11:12:07 -0700
  • b053926 Add benchmark script by John Guibas 2023-03-28 10:59:47 -0700
  • 6e9f1a7 Cleanup repo for release by John Guibas 2023-03-28 10:59:36 -0700
  • b19cd39 add a test by Allison Qi 2023-01-24 16:52:44 -0800
  • 8fe0c7f added plonky2_verifier_benchmark by Kevin Jue 2022-11-22 17:57:26 -0800
  • 4498f17 added verifier_test by Kevin Jue 2022-11-22 16:50:43 -0800
  • 148788e refactored fri and plonk test by Kevin Jue 2022-11-21 18:04:28 -0800
  • c4458d0 fixed a verifier test by Kevin Jue 2022-11-21 16:53:58 -0800
  • 9c50f40 added dummy circuit test case in verifier by Kevin Jue 2022-11-21 14:49:54 -0800
  • bd5245d removed module by Kevin Jue 2022-11-17 17:36:58 -0800
  • e895ec4 added go module by Kevin Jue 2022-11-17 17:35:18 -0800
  • a0405cd added plonk_benchmark by Kevin Jue 2022-11-17 17:33:12 -0800
  • 1ad9e73 standalone fri circuit by Kevin Jue 2022-11-17 16:23:14 -0800
  • a16fe09 fixed some bugs by Kevin Jue 2022-11-15 17:50:45 -0800
  • 1095665 fixed bug by Kevin Jue 2022-11-15 12:12:13 -0800
  • d847bbd finished interpolate function in fri round verification by Kevin Jue 2022-11-15 12:09:05 -0800
  • f877e3b calculated barycentric weights by Kevin Jue 2022-11-14 19:03:52 -0800
  • 8797fd1 arity verification check with incomplete compute_evaluation by Kevin Jue 2022-11-14 18:40:28 -0800
  • 317f4ba some rearranging of the functions by Kevin Jue 2022-11-14 09:53:52 -0800
  • cbb50ef deserialized the steps by Kevin Jue 2022-11-11 18:14:40 -0800
  • 571d64a added the test challenges for the large circuit test by Kevin Jue 2022-11-11 16:24:16 -0800
  • 897030b added more test data by Kevin Jue 2022-11-11 13:47:03 -0800
  • ccfe2b5 added reductionArityBits function by Kevin Jue 2022-11-10 17:46:49 -0800
  • c3e1662 added GetFriInstance by Kevin Jue 2022-11-10 16:30:53 -0800
  • 393059b added the function friCombineInitial by Kevin Jue 2022-11-10 12:54:57 -0800
  • 8e9591c calculated subgroupX by Kevin Jue 2022-11-10 08:05:30 -0800
  • 21157cf added the merkle cap check by Kevin Jue 2022-11-09 10:54:27 -0800
  • 460709f got merkle proof traversal working by Kevin Jue 2022-11-08 17:54:01 -0800
  • d6f73d1 correctly deserialize fri opening proofs by Kevin Jue 2022-11-08 14:52:22 -0800
  • da80afa expanded fri_test.go and implemented more for the fri verifier by Kevin Jue 2022-11-07 18:33:06 -0800
  • bfcad86 added more test cases for the fri challenges by Kevin Jue 2022-11-07 17:54:08 -0800
  • d194d38 initial commit for fri verification chip by Kevin Jue 2022-11-04 21:23:32 -0700
  • 1d7f151 permutation check for plonk works by Kevin Jue 2022-11-01 16:35:21 -0700
  • ab164af reduced the vanishing terms by Kevin Jue 2022-11-01 16:07:03 -0700
  • ef02b44 got plonk.evalVanishingPoly working by Kevin Jue 2022-10-31 19:51:51 -0700
  • 857fcf6 fixed bugs by Kevin Jue 2022-10-28 17:02:55 -0700
  • 1a1406e fixed some bugs by Kevin Jue 2022-10-28 15:51:53 -0700
  • 4262ff1 added plonk test file by Kevin Jue 2022-10-28 15:29:25 -0700
  • 96dc2c2 edited DeserializeCommonCircuitData to return CommonCircuitData; added plonkAlpha and plonkZeta challenge test cases by Kevin Jue 2022-10-28 15:18:13 -0700
  • 9462d19 plonk verification circuit in progress by Kevin Jue 2022-10-28 06:54:31 -0700
  • 67692a6 added quadratic extension circuits by Kevin Jue 2022-10-28 06:53:48 -0700
  • e5f455f Merge pull request #11 from succinctlabs/challenger by John Guibas 2022-10-10 23:18:13 -0700
  • 1b92925 robust testcases and more data by jtguibas 2022-10-10 23:17:29 -0700
  • 51b9874 changes... by jtguibas 2022-10-10 22:44:59 -0700
  • 9fa7790 Merge pull request #10 from succinctlabs/challenger by John Guibas 2022-10-10 21:24:23 -0700
  • df3f808 broken challenge array by jtguibas 2022-10-10 21:23:30 -0700
  • e9f194c fri challenges by jtguibas 2022-10-10 20:45:34 -0700
  • 84b123d deserialization by jtguibas 2022-10-10 19:41:07 -0700
  • fccd386 workign deserialization of proof by jtguibas 2022-10-10 18:43:56 -0700
  • 831eb8b new field by jtguibas 2022-10-10 18:00:19 -0700
  • a058df6 small refactor of names by jtguibas 2022-10-10 17:59:55 -0700
  • 7367106 structs and challenges by jtguibas 2022-10-10 17:22:02 -0700
  • 34cecba add structs by jtguibas 2022-10-10 16:41:42 -0700
  • 57e664f Merge pull request #9 from succinctlabs/challenger by John Guibas 2022-10-10 15:12:01 -0700
  • cae5d3b added public inputs hash test, challenger test by jtguibas 2022-10-10 15:11:32 -0700
  • 8798b43 strip out comments from original code by Jacob Jackson 2022-10-08 00:28:15 +0000
  • e9f22ed challenger by Jacob Jackson 2022-10-08 00:27:47 +0000
  • ac2e58f Merge pull request #8 from succinctlabs/john/add-poseidon by John Guibas 2022-10-07 17:26:01 -0700
  • 6e48d2b rename test by jtguibas 2022-10-07 17:17:40 -0700
  • 4e4bdb7 Merge pull request #7 from succinctlabs/john/add-poseidon by John Guibas 2022-10-07 17:00:18 -0700
  • 96bfd45 goldilocks and poseidon by jtguibas 2022-10-07 16:59:02 -0700
  • 7d2af3d Merge pull request #6 from succinctlabs/signature by Jacob Jackson 2022-10-07 02:20:32 -0400
  • 52dade9 get signature working by Jacob Jackson 2022-10-07 06:19:24 +0000
  • d61e54c remove check that they say is unnecessary by Jacob Jackson 2022-10-05 22:08:11 +0000
  • ad21fd7 minor by Jacob Jackson 2022-10-05 22:06:46 +0000
  • 06582cb finish eddsa by Jacob Jackson 2022-10-05 22:04:22 +0000
  • 6573397 finish eddsa draft by Jacob Jackson 2022-10-05 18:09:59 +0000
  • ef9cc0d Merge pull request #5 from succinctlabs/sha512 by Jacob Jackson 2022-10-04 15:56:33 -0400
  • 39247e8 rename by Jacob Jackson 2022-10-04 19:43:22 +0000
  • 6156802 remove old code by Jacob Jackson 2022-10-04 19:42:42 +0000
  • 105839d remove comments from original python by Jacob Jackson 2022-10-04 19:41:26 +0000
  • d4401cf port python implementation by Jacob Jackson 2022-10-04 19:40:00 +0000
  • 5bb4de6 get test running by Jacob Jackson 2022-10-04 17:16:50 +0000
  • f7d1968 Compiles by puma314 2022-10-03 21:56:27 -0700
  • 543e78c Merge branch 'sha-scaffold' of github.com:succinctlabs/gnark-ed25519 into sha-scaffold by Jacob Jackson 2022-10-04 02:30:46 +0000
  • 4fe5acc write binsum by Jacob Jackson 2022-10-04 02:30:34 +0000
  • 8726a77 Fixed compile errors by puma314 2022-10-03 17:55:11 -0700
  • 793b683 Merge branch 'sha-scaffold' of github.com:succinctlabs/gnark-ed25519 into sha-scaffold by puma314 2022-10-03 17:25:48 -0700
  • 6262ca1 Added first half of templates by puma314 2022-10-03 17:25:44 -0700
  • 21c4623 draft sha ops by Jacob Jackson 2022-10-04 00:21:10 +0000
  • bbab641 sha scaffold by Jacob Jackson 2022-10-03 23:24:18 +0000
  • 645334c Merge pull request #4 from succinctlabs/scalar-mult by puma314 2022-10-03 14:39:52 -0700
  • 9ed586f Merge pull request #3 from succinctlabs/basic-edwards-curve by Jacob Jackson 2022-10-03 17:38:23 -0400
  • eb72b54 add scalar multiplication by Jacob Jackson 2022-10-03 21:37:59 +0000
  • 1bdc344 basic edwards curve code by Jacob Jackson 2022-10-03 19:17:42 +0000
  • f3c4731 Merge pull request #2 from succinctlabs/uma/add-ed25519 by puma314 2022-10-03 09:35:33 -0700
  • 1f850e7 Added by puma314 2022-10-03 09:34:47 -0700
  • 0270e48 Merge pull request #1 from succinctlabs/master by puma314 2022-10-02 16:06:32 -0700