Merged
Conversation
Covers two-phase setup (Powers of Tau + circuit-specific), existing BN254 ceremonies (Perpetual PoT, Aztec Ignition), arkworks API limitations, and snarkjs/circom compatibility paths. https://claude.ai/code/session_01LJyL1uYXD1JHMq8Q3v7shM
Compares Poseidon (~240 constraints) vs SHA-256 (~30K) for in-circuit hashing. Covers arkworks support, transparent proof systems, hybrid design (Poseidon in-circuit + SHA-256 outside), and token format implications. https://claude.ai/code/session_01LJyL1uYXD1JHMq8Q3v7shM
Constructs a malicious circuit where K2 is the witness but key_hash comes from a different key K1. Verifies that the shared-wire binding in the R1CS prevents a prover from using different keys for the SHA-256 key hash and HMAC constraints. https://claude.ai/code/session_01LJyL1uYXD1JHMq8Q3v7shM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.