You can search for identifiers within the package.
in-package search v0.2.0
type hash
val primitive : string
Primitive used by this implementation. Currently "sha512".
"sha512"
val size : int
Size of hashes, in bytes.
val equal : hash -> hash -> bool
equal a b checks a and b for equality in constant time.
equal a b
a
b
module type S = sig ... end
module Bytes : S with type storage = Bytes.t
module Bigbytes : S with type storage = bigbytes