o1-labs / o1js

TypeScript framework for zk-SNARKs and zkApps
https://docs.minaprotocol.com/en/zkapps/how-to-write-a-zkapp
Apache License 2.0
475 stars 105 forks source link

Expose sideloaded verification keys #1606

Closed rpanic closed 2 months ago

rpanic commented 2 months ago

This PR implements sideloaded verification keys as outlined in this RFC: https://github.com/MinaFoundation/Core-Grants/pull/3

Bindings: https://github.com/o1-labs/o1js-bindings/pull/269

Replacement to https://github.com/o1-labs/o1js/pull/1238 Closes https://github.com/o1-labs/o1js/issues/673