core-rs-albatross icon indicating copy to clipboard operation
core-rs-albatross copied to clipboard

Securely generate/distribute ZKP keys

Open paberr opened this issue 1 year ago • 0 comments

For the devnet, we simply create the ZKP keys from a fixed, public seed. It should be noted that this is insecure (but ok for the devnet)!

For the mainnet, we should use a different procedure to generate the keys. Also, we need a mechanism to distribute the proving keys (which are very large) to prover nodes.

paberr avatar Jan 12 '23 12:01 paberr