ark_circom

Function read_zkey

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