You can search for identifiers within the package.
in-package search v0.2.0
type storage = Stdlib.Bytes.t
val of_key : secret key -> storage
val to_key : storage -> secret key
val of_auth : auth -> storage
val to_auth : storage -> auth
val auth : secret key -> storage -> auth
val verify : secret key -> auth -> storage -> unit