Content
@
0 reply
4 recasts
4 reactions
Dan Romero
@dwr.eth
For someone who understands ZKPs: is there an easy way to make the EdDSA signatures compatible with ZK stuff for /frames?
7 replies
1 recast
13 reactions
EmpiricalLagrange
@eulerlagrange.eth
It really depends what you’re trying to do. Verifying an eddsa signature in zk isn’t the hard part. Do you also have to verify the key is a valid signer for some fid? What about fid replay protection?
1 reply
0 recast
1 reaction
EmpiricalLagrange
@eulerlagrange.eth
It becomes easier if a trusted party would index fid and signers in some verifiable structure that’s zk friendly. Then it’s just a membership proof + eddsa verification. Otherwise, you need a zkEVM or state proof verification, which has an insane overhead. Can’t be done client side.
0 reply
0 recast
0 reaction