Initial parameter generation can be expensive depending on the size of the setups. Since the prover needs to be restarted as easily and quickly as possible, parameters should be pre-generated in some transparent process and made available for easy access.
What changes are included in this PR?
[x] Add a CLI for generation of public parameters and setups
Rationale for this change
Initial parameter generation can be expensive depending on the size of the setups. Since the prover needs to be restarted as easily and quickly as possible, parameters should be pre-generated in some transparent process and made available for easy access.
What changes are included in this PR?
Are these changes tested?