63 Commits (master)
 

Author SHA1 Message Date
  Eduard S 4349ce584f
Merge pull request #24 from iden3/feature/update 3 years ago
  Eduard S 9555517797 Update deps 3 years ago
  arnau ec6920aa11
Merge pull request #22 from iden3/feature/bugfix 3 years ago
  Eduard S 6e31deb5b8 Fix binary parser bug, make go.bin format deterministic 3 years ago
  Eduard S 94dc934f62
Merge pull request #21 from iden3/feature/rm-unnecessary 3 years ago
  arnaucube 9f2587151f Remove unnecessary structs & polsC 3 years ago
  Eduard S e652f34753
Merge pull request #19 from iden3/fix/pk-parse-benchmarks 3 years ago
  arnaucube 42961f6b94 Fix pk parser benchmarks 3 years ago
  Eduard S 386758370e
Merge pull request #18 from iden3/feature/pk-own-format 3 years ago
  arnaucube 2b8a15ca1a Add cli to convert Pk to go-circom binary file 3 years ago
  arnaucube d1b3979eb6 Add own go-circom ProvingKey Bin format 3 years ago
  Eduard S de95d7a3e4
Merge pull request #16 from iden3/feature/pk-bin 3 years ago
  arnaucube 5c2aaec1ca Add ProvingKey binary parser 4 years ago
  arnau bedd64cc70
Merge pull request #15 from iden3/feature/proofjson 4 years ago
  Eduard S 0d4e2581bd Add JSON Marshal/Unmarshal to Proof 4 years ago
  Eduard S 1aa316cbd2
Merge pull request #11 from iden3/feature/proof-parsers 4 years ago
  arnaucube 0f48cfa2a5 Add proof parsers to string (decimal & hex) 4 years ago
  Eduard S 6ec118d4e2
Merge pull request #10 from iden3/feature/tables2 4 years ago
  druiz0992 423d5f0ce7 Add G1/G2 table calculation functionality 4 years ago
  arnaucube a314ecc02f Add witness parser from binary file 4 years ago
  arnaucube 700f2a4503 Fix prover benchmark file paths, update readme, and other small updates 4 years ago
  arnau 02fc1ea6f7
Merge pull request #7 from iden3/feature/paralelism2 4 years ago
  arnaucube 16054cc679 Remove inner prints 4 years ago
  arnau 296dc53736
Merge pull request #6 from iden3/ed255-patch-1-1 4 years ago
  Eduard S 8f09322e16 Implement more agressive parallelism 4 years ago
  Eduard S 0977fac08c
Fix setting node version in gh workflow 4 years ago
  arnau dc4ac0b350
Merge pull request #5 from iden3/feature/refactor-circuits 4 years ago
  arnaucube d3f43ce1a0 Refactor circuits, update prover & verifier tests 4 years ago
  arnaucube 5b77df54b7 Update proof sync.WaitGroup scooped variables & Add time prints in cli proof generation 4 years ago
  arnaucube 3691785054 Add paralelization of polynomials in GenerateProof 4 years ago
  arnau 569d16844d
Merge pull request #4 from iden3/fix/verify 4 years ago
  Eduard S 40b280fc96 Fix mutation of inputs in Verify 4 years ago
  arnaucube bbcbba3113 Fix verifier inputs field check 4 years ago
  arnaucube 37e5995f80 Fix verifier mod import path 4 years ago
  arnaucube 6256fcc9db Update go mod & usage 4 years ago
  arnau e6fe08e699
Merge pull request #3 from iden3/feature/calculateH-mul 4 years ago
  arnaucube 9b93bad028 Use fft on calculateH polynomial multiplication 4 years ago
  arnau fb3bbedde5
Merge pull request #2 from iden3/feature/polynomials-goff 4 years ago
  arnaucube 324c817d42 Add polynomials arithmetic in goff 4 years ago
  arnaucube 3f5f8e2318 Add CLI 4 years ago
  arnaucube e1147db72f refactor in sub packages 4 years ago
  arnau 96b4b5b308
Merge pull request #1 from iden3/feature/gh-actions 4 years ago
  arnaucube 8df45c7a91 Update compile-circuits.sh to adapt null from json, update GH Actions to install snarkjs & circom for testdata generation 4 years ago
  arnau c584fc1288
Create main.yml 4 years ago
  arnaucube a439651faf Add benchmarks, Rename repo, update README.md 4 years ago
  arnaucube 0e453eb1ff Add Verifier Groth16 compatible with circom 4 years ago
  arnaucube 2a18bbd5fe Add Verification Key & Proof parsers from json 4 years ago
  arnaucube 7aa69a5b2c Add testdata big&small circuits, update proof parsers, add compile-circuits.sh 4 years ago
  arnaucube c03cb1af00 Add Proof to string in circom/snarkjs format 4 years ago
  arnaucube 198eeee493 Fix use H polynomial 4 years ago