Commit Graph

  • d1a6dac (refs/pull/4/head) change: regresion to 0.4 by CPerezz 2024-08-22 22:51:02 +0200
  • 74afb0a (HEAD -> master) feat: Support WASM module imports from in-memory binary (#3) by Carlos Pérez 2024-08-22 05:10:58 +0200
  • 18ca7f2 (refs/pull/3/head) feat: Support WASM module imports from in-memory binary by CPerezz 2024-08-21 09:21:55 +0200
  • 5eee3ae fix: minor feature-dependant warnings (#2) by Carlos Pérez 2024-08-12 17:24:49 +0200
  • ca2d4d6 (refs/pull/2/head) fix: compilation warnings by CPerezz 2024-08-12 14:28:31 +0200
  • 64a561a remove: parallel feature and use it in deps by CPerezz 2024-08-12 14:12:23 +0200
  • b0a3849 change: Move features to enable WASM-compilation by CPerezz 2024-08-11 07:59:55 +0200
  • c54c0bc Merge branch 'master' into release-0.5 by mmagician 2024-07-19 12:53:28 +0200
  • a573c15 Use `PrimeField` as generic bound across the codebase (#67) by Marti 2024-07-18 17:17:08 +0200
  • cdecd2f add homepage & repo manifest fields by mmagician 2024-07-18 09:46:42 +0200
  • e3bfb81 release numbering consistency across arkworks by mmagician 2024-07-18 09:21:54 +0200
  • d8d18f8 Rust limitation no longer applies; warning about circom/arkworks diff by mmagician 2024-07-18 09:18:01 +0200
  • 04d75b0 remove deprecated feature flag from CI by mmagician 2024-07-18 00:02:32 +0200
  • a6cde19 cargo update to catch the latest groth16 release by mmagician 2024-07-17 23:56:21 +0200
  • ad2a672 inline code by mmagician 2024-07-17 23:52:03 +0200
  • 7045748 use stable rust in CI by mmagician 2024-07-17 23:47:06 +0200
  • 0a8d371 removed unused `version` key from `rust-toolchain.toml`, use latest stable by mmagician 2024-07-17 23:43:11 +0200
  • bc2c1a5 remove unused files by mmagician 2024-07-17 23:11:16 +0200
  • 1c2e578 edit msg by mmagician 2024-07-13 21:48:32 +0200
  • 94faeaf provide full paths to wasm location by mmagician 2024-07-13 17:44:12 +0200
  • 79a070f fix groth16 tests by mmagician 2024-07-13 17:31:09 +0200
  • 6e982e3 remove n_vars, no longer used as its implicit by mmagician 2024-07-13 17:30:33 +0200
  • 4861072 remove the test case as we no longer have circom to reproduce it by mmagician 2024-07-13 16:25:20 +0200
  • 44eae79 update safe circuit (circuit2) code by mmagician 2024-07-13 17:42:11 +0200
  • 021c269 deprecate circom1 by mmagician 2024-07-13 17:32:53 +0200
  • 284e60f gitignore ptau files by mmagician 2024-07-13 15:25:33 +0200
  • 05b77f0 update mycircuit circom file and its r1cs output by mmagician 2024-07-13 14:53:26 +0200
  • 97e8ee3 move to 0.5 alpha release by mmagician 2024-06-21 14:15:49 +0200
  • fa6262a Publicly expose Wasm type (#65) by Martin Allen 2024-07-09 08:46:14 -0700
  • 967add4 Upgrade to wasmer 4.3 (#64) by Martin Allen 2024-07-06 15:06:18 -0700
  • 4d99060 Cleanly separate Circom1 and Circom2 traits (#60) by Martin Allen 2024-07-03 19:04:42 -0700
  • a8b03b5 Fix allocated public inputs indexes (#1) by Pierre 2024-05-28 12:30:59 +0200
  • 22c8f50 (refs/pull/1/head) chore: replace assert_eq with match statement by dmpierre 2024-05-22 19:11:54 +0200
  • a994f89 chore: add files used for tests by dmpierre 2024-05-22 18:04:11 +0200
  • 9a19e3c test: add relevant tests and asserts for generate_constraints by dmpierre 2024-05-22 18:03:57 +0200
  • d81afd4 chore: remove outdated comment by dmpierre 2024-05-21 11:27:02 +0200
  • ea476f2 feat: add ability to choose to allocate inputs as witnesses or instances by dmpierre 2024-05-21 10:46:48 +0200
  • 7ab5594 fix: initialize CircomCircuit with empty allocated public input variables by dmpierre 2024-05-21 09:37:51 +0200
  • 471ae50 fix: manage already allocated public inputs with a custom mapping by dmpierre 2024-05-21 09:30:37 +0200
  • 48f2915 Add parameter 'inputs_already_allocated' to CircomCircuit by arnaucube 2024-03-25 22:31:47 +0100
  • 5f8cfd4 Migrate usage from E:Pairing to F:PrimeField when Pairing is not needed by arnaucube 2024-02-22 11:15:49 +0100
  • 170b10f description and licence (#54) by tyshko-rostyslav 2023-07-26 14:54:58 +0200
  • 5748133 Preparatory work for issue #47 (#48) by tyshko-rostyslav 2023-07-24 18:30:45 +0200
  • 507aa4f Fix CI by fixing version + add toolchain file (#52) by tyshko-rostyslav 2023-07-24 18:12:23 +0200
  • f97ac2b new features to make ark-circom slimmer (#45) by tyshko-rostyslav 2023-03-20 19:47:32 +0100
  • b892c62 Update ark-circom for arkworks 0.4.0 (#43) by Deepak Maram 2023-03-16 17:42:33 -0400
  • 35ce5a9 fix: use correct feature name by Georgios Konstantopoulos 2023-02-21 22:58:27 -0800
  • 746d232 chore: lints + remove ethers dep by Georgios Konstantopoulos 2023-02-10 18:32:42 -0800
  • 5a1b78b WIP: Lightweight version of `ark-circom` (#41) by tyshko-rostyslav 2023-02-11 03:32:52 +0100
  • e226f90 fix(ci): fmt and clippy goes green (#36) by Evgeniy Abramov 2023-01-20 22:53:39 +0400
  • ab7f9ec add missing wasm runtime function (#29) by laizy 2023-01-06 00:49:21 +0800
  • 06eb075 Bump to latest Ethers (#26) by Georgios Konstantopoulos 2022-08-29 15:06:27 -0700
  • 8f6fcaf chore: add mit/apache dual license by Georgios Konstantopoulos 2022-08-29 10:06:57 -0700
  • a93c8b0 feat: allow WitnessCalculator construction from wasmer::Module (#24) by Remco Bloemen 2022-03-19 11:21:03 -0700
  • d0478d1 When constraints are unsatisfied, show first one (#21) by oskarth 2022-02-25 18:25:03 +0800
  • e81fd92 replace i32 by u32 (#19) by Philipp Sippl 2022-02-17 08:23:19 -0700
  • cac27e6 doc: Fix Rust dependency in README (#16) by Yang Hau 2022-02-02 00:11:30 +0800
  • 1a383b6 Ensure Circom 1 tests pass with experimental Circom 2 support (#18) by oskarth 2022-01-13 19:30:00 +0800
  • 1732e15 circom2 proof generation (#14) by Philipp Sippl 2021-12-22 02:05:57 +0100
  • bf2b439 Improve r1cs_reader for Circom 2 (#13) by oskarth 2021-12-01 20:09:57 +0800
  • 64e0ee9 Initial Circom 2 support (#10) by oskarth 2021-11-29 16:02:46 +0800
  • b1daefc Early exit in error callback from Wasm (#9) by oskarth 2021-11-18 18:03:37 +0800
  • bb0f542 feat: benchmarks (#3) by Georgios Konstantopoulos 2021-09-08 21:52:17 +0300
  • 11e6d04 Feat: Use pre-calculated ConstraintMatrices (#2) by Georgios Konstantopoulos 2021-08-17 14:45:13 +0300
  • 4e2c2d3 chore: cargo fmt by Georgios Konstantopoulos 2021-08-13 12:47:30 +0300
  • 0dd126b fix: use correct fn prover name in tests by Georgios Konstantopoulos 2021-08-13 12:45:49 +0300
  • a85b99e perf: enable parallel on ark packages by Georgios Konstantopoulos 2021-08-13 12:40:23 +0300
  • 3c11c94 perf: enable asm on ark-ff by Georgios Konstantopoulos 2021-08-13 12:39:06 +0300
  • f316f6a chore: use latest upstream gro16 by Georgios Konstantopoulos 2021-08-13 12:37:09 +0300
  • 293314f chore: cargo fmt by Georgios Konstantopoulos 2021-08-11 23:46:07 +0300
  • 29de734 feat: add deserialize_field2 function by Georgios Konstantopoulos 2021-08-11 23:45:50 +0300
  • cf22524 chore: expose Proof a/b/c by Georgios Konstantopoulos 2021-08-11 01:50:35 +0300
  • de9af5b fix: negate negative witness elements by Georgios Konstantopoulos 2021-08-10 23:40:57 +0300
  • c32270a fix: use latest names for groth16 traits/types by Georgios Konstantopoulos 2021-08-10 18:09:32 +0300
  • c03ae84 chore: trim deps by Georgios Konstantopoulos 2021-07-26 18:13:46 +0300
  • be99d3a docs: add readme by Georgios Konstantopoulos 2021-07-26 17:59:11 +0300
  • 72c533a refactor: rename circuit -> circom by Georgios Konstantopoulos 2021-07-26 17:53:45 +0300
  • 29a7555 zkey: expose only 1 method - everything else private by Georgios Konstantopoulos 2021-07-26 17:38:29 +0300
  • 8ff7f3c refactor: rename circom_wasm to witness by Georgios Konstantopoulos 2021-07-26 17:32:18 +0300
  • b64f038 initial commit by Georgios Konstantopoulos 2021-07-26 12:45:07 +0300