trusted setup is not ready for production
currently, the only way we have to generate a trusted setup is through setup::random
.
however, this function is not production-safe because it uses the ark_std::test_rng
function which
Should be used only for tests, not for any real world usage.
i think it would be nice to have other methods to generate a setup properly and mark that setup::random
function as unsafe for real.