package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type scipher
val ciphers : scipher list
val find : (string * string) -> scipher
val name : scipher -> string
val mode : scipher -> string
val key_lengths : scipher -> (int * int) list
val iv_lengths : scipher -> (int * int) list
val block_constraint : scipher -> int
val supports_aead : scipher -> bool
type scipher_ctx
val create : scipher -> string -> scipher_ctx
val set_iv : scipher_ctx -> string -> unit
val set_header : scipher_ctx -> string -> unit
val mac : scipher_ctx -> string
OCaml

Innovation. Community. Security.