package hacl-star

  1. Overview
  2. Docs

Module SharedFunctors.Make_Chacha20_Poly1305_genericSource

Parameters

module Impl : sig ... end

Signature

Sourcetype t = C.t
Sourceval check_sizes : C.t -> C.t -> C.t -> unit
Sourceval encrypt : C.t -> C.t -> C.t -> C.t -> C.t -> C.t -> unit
Sourceval decrypt : C.t -> C.t -> C.t -> C.t -> C.t -> C.t -> bool