package mirage-crypto-rng-mirage

  1. Overview
  2. Docs

Module S.EntropySource

Entropy sources and collection

Entropy sources.

Sourceval sources : unit -> source list

sources () returns the list of available sources.

Sourceval pp_source : Format.formatter -> source -> unit

pp_source ppf source pretty-prints the entropy source on ppf.

Sourceval register_source : string -> source

register_source name registers name as entropy source.