You can search for identifiers within the package.
in-package search v0.2.0
mirage-crypto
Mirage_crypto.Stream
General stream cipher type.
type key
type result = {
message : string;
key : key;
}
val of_secret : string -> key
val encrypt : key:key -> string -> result
val decrypt : key:key -> string -> result