You can search for identifiers within the package.
in-package search v0.2.0
type t = Stdlib.Bytes.t
Functions for generating and incrementing nonces used in the NaCl API.
val size : int
val gen : unit -> t
val increment : ?step:int -> t -> t
val of_bytes : Stdlib.Bytes.t -> t option
val of_bytes_exn : Stdlib.Bytes.t -> t