Function ark_circom::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.