Expand description
Clone of kimchi/precomputed_srs.rs but for MSM project with BN254
Structs§
- Test
PairingSRS - A clone of the
PairingSRS
that is serialized in a test-optimised way.
Functions§
- create_
and_ store_ srs - Creates and writes the SRS into
get_bn254_srs_path()
. - get_
bn254_ srs - Obtains an SRS for a specific curve from disk, or generates it if absent.
- get_
bn254_ srs_ path - The path of the serialized BN254 SRS, inside this repo.