You can search for identifiers within the package.
in-package search v0.2.0
type t
type hash =
| Hash of Bytes.t
val direct : ?key:Bytes.t -> Bytes.t -> int -> hash
direct ?key inbuf len is the Blake2b hash of length len, using key if present.
direct ?key inbuf len
len
key