Open pierg opened 1 year ago
inputs: private data X public hash H public key of authority A that generated x pk
we want to verify that H has been signed by A and that hash(x) = H
check:
https://github.com/pierg/noir/blob/5fa0f572e68fb38b1325e1768cbe91fc4b0a84e2/examples_failing/ecdsa_secp256k1/src/main.nr#L18
https://github.com/TalDerei/cyclone/blob/master/circuits/src/main.nr
Could be useful:
https://github.com/vezenovm/simple_shield/tree/master/circuits/mimc_tree
https://github.com/vezenovm/simple_shield
inputs: private data X public hash H public key of authority A that generated x pk
we want to verify that H has been signed by A and that hash(x) = H
check:
https://github.com/pierg/noir/blob/5fa0f572e68fb38b1325e1768cbe91fc4b0a84e2/examples_failing/ecdsa_secp256k1/src/main.nr#L18
https://github.com/TalDerei/cyclone/blob/master/circuits/src/main.nr