package awa

  1. Overview
  2. Docs
SSH implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

awa-0.2.0.tbz
sha256=86c993ba8b9b05db04c867bcce67c6ec98a16342c5338944ae93ca515a1b217f
sha512=71aed67b4ab92e68d88f67a5162da2187b2596b40b4174e5be2232f0b466615ce10706c6aea85201bd6582dd6d674765d9ad76112289df06904d6f3bbb595226

doc/awa/Awa/Packet/index.html

Module Awa.PacketSource

Sourceval len_off : int
Sourceval get_pkt_len : Cstruct.t -> int
Sourceval set_pkt_len : Cstruct.t -> int -> unit
Sourceval pad_len_off : int
Sourceval get_pad_len : Cstruct.t -> Cstruct.uint8
Sourceval set_pad_len : Cstruct.t -> Cstruct.uint8 -> unit
Sourceval sizeof_pkt_hdr : int
Sourceval get_payload : Cstruct.t -> (Cstruct.t, string) result
Sourceval peek_len : Cipher.key -> int32 -> int -> Cstruct.t -> (int, string) result
Sourceval partial : Cstruct.t -> ('a option, string) result
Sourceval to_msg : Cstruct.t -> (Ssh.message, string) result
Sourceval decrypt : Kex.keys -> Cstruct.t -> ((Cstruct.t * Cstruct.t * Kex.keys) option, string) result
OCaml

Innovation. Community. Security.