TaceoLabs / co-snarks

Tooling for creating collaborative SNARKs for Circom circuits.
https://docs.taceo.io
Apache License 2.0
91 stars 8 forks source link

refactor!: split network config into two types #242

Closed fabian1409 closed 1 week ago

fabian1409 commented 1 week ago

One type is used to represent the config file, it can be converted into the other which holds certs and key instead of their paths.

BREAKING CHANGE: MpcNetworkHandler::establish now takes the config with already read certs and key.

fixes (#228)