Skip to content

Commit

Permalink
Update rng/unix/mirage_crypto_rng_unix.mli
Browse files Browse the repository at this point in the history
Co-authored-by: Reynir Björnsson <[email protected]>
  • Loading branch information
hannesm and reynir authored Nov 29, 2024
1 parent 49693c9 commit 03d3e92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rng/unix/mirage_crypto_rng_unix.mli
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module Urandom : Mirage_crypto_rng.Generator
module Getentropy : Mirage_crypto_rng.Generator

val use_default : unit -> unit
(** [use_default ()] initializes with [Urandom] or resorts to [Getentropy] otherwise. *)

val use_dev_urandom : unit -> unit

Expand Down

0 comments on commit 03d3e92

Please sign in to comment.