Module load

Module load 

Source
Expand description

Utils for persisting serialized data to files and loading them into memroy. We deal with ark-serialize::CanonicalSerialize compatible objects.

Modules§

kzg10
loading KZG10 parameters from files

Functions§

download_srs_file
Download srs file and save to disk
load_data
load any deserializable data into memory
store_data
store any serializable data into dest.