You can search for identifiers within the package.
in-package search v0.2.0
crypt
Crypt.Salt
type t = string
val gen_base64 : ?seed:int array -> int -> t
gen_base64 ?seed length returns generated BASE64 string salt.
gen_base64 ?seed length
If the seed is not passed, then get a random seed from the system.