ietf-wg-jose / json-web-proof

Specification work for JSON Web Proof
https://ietf-wg-jose.github.io/json-web-proof/
Other
98 stars 9 forks source link

Evaluate feasibility of ZKP over ECDSA-based signed message #148

Open dwaite opened 6 days ago

dwaite commented 6 days ago

A recent presentation from @abhvious showed a ZKP over a mdoc presentation. this used specifically optimized processing and circuit design to achieve acceptable performance, while also allowing for use of P256 and SHA-256 to meet the reality of today's secure enclaves/elements.

It would be useful to evaluate these techniques once they are published to see how they apply to JWP, and if there are changes we could make within JWP to optimize ZKP evaluation.

selfissued commented 6 days ago

I agree. @abhvious, is there a public description of the approach at this point?