Module precomputed_srs

Source
Expand description

Clone of kimchi/precomputed_srs.rs but for MSM project with BN254

Structs§

TestPairingSRS
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.