You can search for identifiers within the package.
in-package search v0.2.0
awa
Awa.Packet
val hmac : Hmac.key -> Cstruct.uint32 -> Cstruct.t -> Mirage_crypto.Hash.digest
val peek_len : Cipher.key -> int32 -> int -> Cstruct.t -> (int, string) result
val partial : Cstruct.t -> ('a option, string) result
val to_msg : Cstruct.t -> (Ssh.message, string) result
val decrypt : Kex.keys -> Cstruct.t -> ((Cstruct.t * Cstruct.t * Kex.keys) option, string) result
val encrypt : Kex.keys -> Ssh.message -> Cstruct.t * Kex.keys