You can search for identifiers within the package.
in-package search v0.2.0
module Bi : module type of Digestif_bigstring
module type S = sig ... end
module MD5 : S
module SHA1 : S
module SHA224 : S
module SHA256 : S
module SHA384 : S
module SHA512 : S
module BLAKE2B : S
type hash = [
| `MD5
| `SHA1
| `SHA224
| `SHA256
| `SHA384
| `SHA512
| `BLAKE2B
]
module Bytes : sig ... end
module Bigstring : sig ... end
val digest_size : hash -> int