mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-11 00:11:30 +01:00
Update js tests to work with bigint for u64
- Updated js tests to work with bigint for u64 to avoid overflows - Added one more test for Theta with bigger values
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -12,6 +12,10 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: install c dependencies
|
||||
run: |
|
||||
sudo apt install -y nlohmann-json3-dev
|
||||
sudo apt install -y nasm
|
||||
- name: Prepare circom
|
||||
run: |
|
||||
# once circom binary is published, instead of compiling from source
|
||||
|
||||
Reference in New Issue
Block a user