Skip to content

feat: add Groth16 Verify component #3

feat: add Groth16 Verify component

feat: add Groth16 Verify component #3

Workflow file for this run

name: Build workspace
on:
push:
branches: ["main"]
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
export AXIOM_SKIP_CONSTANT_GEN=1
cargo build --verbose