package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type padding = [
  1. | `CTS
  2. | `Length
  3. | `None
  4. | `_8000
]
class type cipher_ctx = object ... end
class type cipher = object ... end
val ciphers : ?impl:(module Netsys_crypto_types.SYMMETRIC_CRYPTO) -> unit -> cipher list
val find : ?impl:(module Netsys_crypto_types.SYMMETRIC_CRYPTO) -> (string * string) -> cipher
val process_subbytes : (last:bool -> Netsys_types.memory -> Netsys_types.memory -> int * int) -> Bytes.t -> int -> int -> Bytes.t
val process_substring : (last:bool -> Netsys_types.memory -> Netsys_types.memory -> int * int) -> string -> int -> int -> string
val process_bytes : (last:bool -> Netsys_types.memory -> Netsys_types.memory -> int * int) -> Bytes.t -> Bytes.t
val process_string : (last:bool -> Netsys_types.memory -> Netsys_types.memory -> int * int) -> string -> string
OCaml

Innovation. Community. Security.