Skip to content

Commit

Permalink
Merge pull request #22 from tumberger/feat/halo2_curves
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker authored Jun 29, 2023
2 parents 53796eb + 613851a commit a0ad85d
Show file tree
Hide file tree
Showing 5 changed files with 1,064 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OUTDIR=../perf/data/new/

all: init blstrs arkworks curve25519-dalek pasta_curves zkcrypto gnark pairing_ce
all: init blstrs arkworks curve25519-dalek pasta_curves zkcrypto gnark pairing_ce halo2_curves

init:
cargo install cargo-criterion
Expand Down Expand Up @@ -29,6 +29,9 @@ zkcrypto:
pairing_ce:
cd pairing_ce; cargo criterion --message-format=json 1> ../$(OUTDIR)/pairing_ce.json

halo2_curves:
cd halo2_curves; cargo criterion --message-format=json 1> ../$(OUTDIR)/halo2_curves.json

gnark:
git clone -b zkalc https://github.com/ConsenSys/gnark-crypto.git || true
cd gnark-crypto && \
Expand All @@ -45,4 +48,4 @@ clean:
@rm -rf gnark-crypto
@rm -rf $(OUTDIR)

.PHONY: init blstrs arkworks curve25519-dalek pasta_curves zkcrypto pairing_ce arkworks_curves_benchmarks ffjavascript clean
.PHONY: init blstrs arkworks curve25519-dalek pasta_curves zkcrypto pairing_ce halo2_curves arkworks_curves_benchmarks ffjavascript clean
Loading

1 comment on commit a0ad85d

@vercel
Copy link

@vercel vercel bot commented on a0ad85d Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zkalc – ./

zkalc-asn-d6.vercel.app
zkalc-git-main-asn-d6.vercel.app
zka.lc
zkalc-seven.vercel.app

Please sign in to comment.