globe-and-citizen / layer8

This repo contains the Layer8 Resource/Authentication Server, Proxy, and Service Provider Mocks
GNU General Public License v2.0
1 stars 2 forks source link

Implement storage of zk keys in the database #142

Closed interestIngc closed 3 days ago

interestIngc commented 1 month ago

Currently proving and verifying keys are generated each time the server is started, which makes it impossible to verify zk proofs which were generated using another pair of proving & verifying keys. The goal of this issue is to implement storage of zk keys in a separate postgres table and to link zk proofs with the corresponding proving & verifying keys to enable proof verifications.