Closed jbearer closed 2 years ago
According to @alxiong , this is not necessary for testnet:
universal_setup_for_test is already using Aztec's CRS under the hood when we using BN254 curve
Reason why I had _for_test postfix, is we might want to further randomize it during mainnet/production.
I deem any deployment to testnet as "staging" and can use _for_test() version (same way as we have faucet function in contract for testnet)
Is this needed for Deliverable 2? Is it easy to switch to universal_setup (i.e. a SRS without trapdoor)?