Skip to content

feat(private-link): add PrivateLinkDispatch circuit v0.4.0#3

Merged
nol4lej merged 2 commits intomainfrom
feat/private-link-zk-circuit
Mar 5, 2026
Merged

feat(private-link): add PrivateLinkDispatch circuit v0.4.0#3
nol4lej merged 2 commits intomainfrom
feat/private-link-zk-circuit

Conversation

@nol4lej
Copy link
Copy Markdown
Contributor

@nol4lej nol4lej commented Mar 5, 2026

  • Add circuits/private_link.circom (Groth16/BN254, 487 constraints)
    • Commitment scheme: Poseidon2(Poseidon2(chain_id_fe, address_fe), blinding_fe)
    • 2 public inputs: commitment, call_hash_fe
    • Security fix: quadratic call_hash constraint to survive --O1 elimination
  • Add 15 circuit tests (test/private_link.test.ts)
  • Run full-build:private-link — generate VK and proving key
  • Include private_link in build-all.sh and CI/CD release pipeline
  • Bump version 0.3.1 → 0.4.0

nol4lej added 2 commits March 5, 2026 14:50
- Add circuits/private_link.circom (Groth16/BN254, 487 constraints)
  - Commitment scheme: Poseidon2(Poseidon2(chain_id_fe, address_fe), blinding_fe)
  - 2 public inputs: commitment, call_hash_fe
  - Security fix: quadratic call_hash constraint to survive --O1 elimination
- Add 15 circuit tests (test/private_link.test.ts)
- Run full-build:private-link — generate VK and proving key
- Include private_link in build-all.sh and CI/CD release pipeline
- Bump version 0.3.1 → 0.4.0
@nol4lej nol4lej merged commit d998b3c into main Mar 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant