Module rng

Expand description

§Module Overview

This module provides functionality a RNG precompile and related utilities.

§Submodules

  • domain_sep_rng: Implements a domain-separated random number generator.
  • test: Contains test cases for the RNG logic, e.g. domain separation, cloning, etc

Structs§

LeafRng
A leaf RNG.
RngContainer
RootRng
A root RNG that can be used to derive domain-separated leaf RNGs.
SchnorrkelKeypair
A Ristretto Schnorr keypair.