package tls

  1. Overview
  2. Docs
type keyed =
  1. | K_CBC : 'k State.cbc_cipher * (Cstruct.t -> 'k) -> keyed
val get_block : Ciphersuite.block_cipher -> keyed
val get_aead : secret:Cstruct.t -> nonce:State.nonce -> Ciphersuite.aead_cipher -> State.cipher_st
OCaml

Innovation. Community. Security.