pub fn get_srs<F: FieldWitness>() -> Arc<SRS<F::OtherCurve>>Expand description
Returns the Structured Reference String (SRS) for proof verification. Lazily created and cached globally. Immutable version for verifiers.
TODO: Use directly from proof-systems (https://github.com/o1-labs/mina-rust/issues/1749)