tachyon
tachyon copied to clipboard
refac(halo2): change concrete struct type to trait type for rng
Description
This PR makes rng parameter of create_proof function generic over RngCore and RngState. Defined trait RngState and implemented for XORShiftRng