Module ark_marlin::rng[][src]

Expand description

Implements a Fiat-Shamir based Rng that allows one to incrementally update the seed based on new messages in the proof transcript.

Structs

FiatShamirRng

A SeedableRng that refreshes its seed by hashing together the previous seed and the new seed material.