Commit Graph

  • 464d868ff4
    `channel` overrides `version`, set channel to version. master Dmitriy Ryajov 2024-05-23 12:09:09 -0600
  • 71f1ceb11a
    use `Affine*::new_unchecked` to speed up zkey loading Dmitriy Ryajov 2024-02-15 09:03:54 -0600
  • 937f15269a
    rename to `from_bytes` Dmitriy Ryajov 2024-01-20 15:30:13 -0600
  • 2bb54b79e7
    adding support to read from byte buffers Dmitriy Ryajov 2024-01-20 15:27:45 -0600
  • 170b10fc9e
    description and licence (#54) tyshko-rostyslav 2023-07-26 14:54:58 +0200
  • 574813398e
    Preparatory work for issue #47 (#48) tyshko-rostyslav 2023-07-24 18:30:45 +0200
  • 507aa4ff5b
    Fix CI by fixing version + add toolchain file (#52) tyshko-rostyslav 2023-07-24 18:12:23 +0200
  • f97ac2b245
    new features to make ark-circom slimmer (#45) tyshko-rostyslav 2023-03-20 19:47:32 +0100
  • b892c62597
    Update ark-circom for arkworks 0.4.0 (#43) Deepak Maram 2023-03-16 17:42:33 -0400
  • 35ce5a909e
    fix: use correct feature name Georgios Konstantopoulos 2023-02-21 22:58:27 -0800
  • 746d2329e9 chore: lints + remove ethers dep Georgios Konstantopoulos 2023-02-10 18:32:42 -0800
  • 5a1b78b320
    WIP: Lightweight version of `ark-circom` (#41) tyshko-rostyslav 2023-02-11 03:32:52 +0100
  • e226f90591
    fix(ci): fmt and clippy goes green (#36) Evgeniy Abramov 2023-01-20 22:53:39 +0400
  • ab7f9ec3a1
    add missing wasm runtime function (#29) laizy 2023-01-06 00:49:21 +0800
  • 06eb0759e0
    Bump to latest Ethers (#26) Georgios Konstantopoulos 2022-08-29 15:06:27 -0700
  • 8f6fcaf40b chore: add mit/apache dual license Georgios Konstantopoulos 2022-08-29 10:06:57 -0700
  • a93c8b03d4
    feat: allow WitnessCalculator construction from wasmer::Module (#24) Remco Bloemen 2022-03-19 11:21:03 -0700
  • d0478d1538
    When constraints are unsatisfied, show first one (#21) oskarth 2022-02-25 18:25:03 +0800
  • e81fd92a67
    replace i32 by u32 (#19) Philipp Sippl 2022-02-17 08:23:19 -0700
  • cac27e6536
    doc: Fix Rust dependency in README (#16) Yang Hau 2022-02-02 00:11:30 +0800
  • 1a383b6260
    Ensure Circom 1 tests pass with experimental Circom 2 support (#18) oskarth 2022-01-13 19:30:00 +0800
  • 1732e15d63
    circom2 proof generation (#14) Philipp Sippl 2021-12-22 02:05:57 +0100
  • bf2b439fae
    Improve r1cs_reader for Circom 2 (#13) oskarth 2021-12-01 20:09:57 +0800
  • 64e0ee9546
    Initial Circom 2 support (#10) oskarth 2021-11-29 16:02:46 +0800
  • b1daefca96
    Early exit in error callback from Wasm (#9) oskarth 2021-11-18 18:03:37 +0800
  • bb0f5429fc
    feat: benchmarks (#3) Georgios Konstantopoulos 2021-09-08 21:52:17 +0300
  • 11e6d04f3b
    Feat: Use pre-calculated ConstraintMatrices (#2) Georgios Konstantopoulos 2021-08-17 14:45:13 +0300
  • 4e2c2d39dd chore: cargo fmt Georgios Konstantopoulos 2021-08-13 12:47:30 +0300
  • 0dd126bbd8 fix: use correct fn prover name in tests Georgios Konstantopoulos 2021-08-13 12:45:49 +0300
  • a85b99e0db perf: enable parallel on ark packages Georgios Konstantopoulos 2021-08-13 12:40:23 +0300
  • 3c11c94d63 perf: enable asm on ark-ff Georgios Konstantopoulos 2021-08-13 12:39:06 +0300
  • f316f6a9fa chore: use latest upstream gro16 Georgios Konstantopoulos 2021-08-13 12:37:09 +0300
  • 293314f2ef chore: cargo fmt Georgios Konstantopoulos 2021-08-11 23:46:07 +0300
  • 29de734540 feat: add deserialize_field2 function Georgios Konstantopoulos 2021-08-11 23:45:50 +0300
  • cf225249ae chore: expose Proof a/b/c Georgios Konstantopoulos 2021-08-11 01:50:35 +0300
  • de9af5b9e6 fix: negate negative witness elements Georgios Konstantopoulos 2021-08-10 23:40:57 +0300
  • c32270a285 fix: use latest names for groth16 traits/types Georgios Konstantopoulos 2021-08-10 18:09:32 +0300
  • c03ae8490f chore: trim deps Georgios Konstantopoulos 2021-07-26 18:13:46 +0300
  • be99d3a1fd docs: add readme Georgios Konstantopoulos 2021-07-26 17:59:11 +0300
  • 72c533ac62 refactor: rename circuit -> circom Georgios Konstantopoulos 2021-07-26 17:53:45 +0300
  • 29a7555c08 zkey: expose only 1 method - everything else private Georgios Konstantopoulos 2021-07-26 17:38:29 +0300
  • 8ff7f3cd1b refactor: rename circom_wasm to witness Georgios Konstantopoulos 2021-07-26 17:32:18 +0300
  • b64f038283 initial commit Georgios Konstantopoulos 2021-07-26 12:45:07 +0300