write_halo2_pk_to_file

Function write_halo2_pk_to_file 

Source
pub fn write_halo2_pk_to_file<P: AsRef<Path>>(
    path: P,
    halo2_pk: &Halo2ProvingKey,
) -> Result<()>
Expand description

Writes a Halo2ProvingKey to path in the streaming Halo2 pk format.