Skip to content

Commit

Permalink
chore(rln): add ark-zkey support (#242)
Browse files Browse the repository at this point in the history
* Add Submodule

* Add arkzkey

* make arkzkey support as feature

* update submodule url

* add abstract around feature

* new bench file

* update ci
  • Loading branch information
seemenkina authored May 6, 2024
1 parent 5937a67 commit 8581ac0
Show file tree
Hide file tree
Showing 13 changed files with 842 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- uses: boa-dev/criterion-compare-action@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "mopro"]
path = mopro
url = https://github.com/zkmopro/mopro.git
Loading

0 comments on commit 8581ac0

Please sign in to comment.