package dns-stub

  1. Overview
  2. Docs

Entropy sources and collection

Entropy sources.

val sources : unit -> source list

sources () returns the list of available sources.

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

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

val register_source : string -> source

register_source name registers name as entropy source.

OCaml

Innovation. Community. Security.