pub fn read_zkey<R: Read + Seek>(
reader: &mut R,
) -> Result<(ProvingKey<Bn254>, ConstraintMatrices<Fr>), SerializationError>
Expand description
Reads a SnarkJS ZKey file into an Arkworks ProvingKey.
pub fn read_zkey<R: Read + Seek>(
reader: &mut R,
) -> Result<(ProvingKey<Bn254>, ConstraintMatrices<Fr>), SerializationError>
Reads a SnarkJS ZKey file into an Arkworks ProvingKey.