tachyon icon indicating copy to clipboard operation
tachyon copied to clipboard

refac(halo2): change concrete struct type to trait type for rng

Open k-gunjan opened this issue 10 months ago • 2 comments

Description

This PR makes rng parameter of create_proof function generic over RngCore and RngState. Defined trait RngState and implemented for XORShiftRng

k-gunjan avatar Apr 19 '24 06:04 k-gunjan