You can search for identifiers within the package.
in-package search v0.2.0
val digest : key:Bytes.t -> msg:Bytes.t -> Bytes.t
digest key msg HMAC based on the hash algorithm of the module. The size of the produced tag is the same as the size of the hash digest.
digest key msg