Skip to content

Commit

Permalink
Merge pull request #245 from Justuxs/zkcrypto-lab1
Browse files Browse the repository at this point in the history
Zkcrypto lab1
  • Loading branch information
sauliusgrigaitis authored Nov 23, 2023
2 parents 8af4460 + dcf675e commit a1ad8b1
Show file tree
Hide file tree
Showing 81 changed files with 9,277 additions and 5,526 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/backend-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-11]
# Excluding mcl for now due to they have different project layout
backend: [blst, arkworks, zkcrypto]
backend: [blst, zkcrypto, arkworks]
include:
# Setup exec_once_per_backend flag
- os: ubuntu-latest
exec_once_per_backend: true
# Select backends which support wasm & which support ckzg drop-in
- backend: blst
support_ckzg: true
- backend: zkcrypto
support_ckzg: true
- backend: arkworks
support_ckzg: true

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-11]
# Excluding mcl for now due to they have different project layout
backend: [blst, arkworks, zkcrypto]
backend: [blst, zkcrypto, arkworks]
include:
# Set default clippy flag to all-features
- clippy-flag: --all-features
Expand All @@ -27,10 +27,16 @@ jobs:
support_wasm: true
support_ckzg: true
# Override all-features flag for blst, due to incompatibility between portable & force-adx
clippy-flag: --features=default,std,rand,parallel
- backend: zkcrypto
support_wasm: true
support_ckzg: true

clippy-flag: --features=default,std,rand,parallel
- backend: arkworks
support_wasm: true
support_ckzg: true

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
backend: [blst, arkworks]
backend: [blst, zkcrypto, arkworks]
target: [windows, linux]
include:
# Set target-name for target builds
Expand Down
Loading

0 comments on commit a1ad8b1

Please sign in to comment.