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