Skip to content

v0.6.4

Latest

Choose a tag to compare

@github-actions github-actions released this 19 May 21:45
· 1 commit to main since this release

Published @lelantos-org/circuits@v0.6.4 to GitHub Packages.

PROTOTYPE — single-contributor trusted setup. NOT mainnet-safe.

Release asset SHA-256

5823aea39648a9ba0cf091b2ae38cba00451414c75f4df6819d46bee18015be1  build/2x2.r1cs
1bb2fbf2a6992bcb58719f1dc000be63591b6026fc2809822b3470135a29d9fc  build/2x2.wasm
983c60b76f86506e43dad9543d5f92c32521444d4d4cd35e41439a8dcafee26a  build/2x2_final.zkey
aa02da46fd0e2582bae3b159cb81873d305083e87804975416cb0bbd0d0b7d9a  build/Verifier.sol
833bbe64a88781e54dd1cf8d22c8729cfe4db47667023e3db89406358cdfbe3d  build/tree_update_batch.r1cs
e4430b9d7a54d61c780df41d31cfb54399b2ef54a79fefa181f8363cbe32fddb  build/tree_update_batch.wasm
f8c1911040933d3e7c93b860e6bb240342faf3f826440b09a739e3b8be67d661  build/tree_update_batch_final.zkey
d7d63729d983f111daaf47befa5fa2b549f543930c14f337297a49f6d158aeab  build/TreeUpdateBatchVerifier.sol

Verify a downloaded asset locally:

shasum -a 256 2x2.r1cs 2x2.wasm 2x2_final.zkey Verifier.sol \
              tree_update_batch.r1cs tree_update_batch.wasm tree_update_batch_final.zkey \
              TreeUpdateBatchVerifier.sol

The *_final.zkey (and the npm tarball's verification_key.json)
SHAs differ across builds because the contribution step is non-
deterministic. Hashes recorded above are the canonical values
for this exact release.