Up

module Handshake_crypto

: sig
#
val initialise_crypto_ctx : Core.tls_version -> State.session_data -> Cstruct.t -> State.crypto_context * State.crypto_context * Cstruct.t
#
val finished : Core.tls_version -> Cstruct.t -> string -> Cstruct.t list -> Cstruct.t
end