package hacl-star

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module SharedFunctors.Make_Chacha20_Poly1305_genericSource

Parameters

module Impl : sig ... end

Signature

Sourcetype bytes = C.t
Sourcemodule Noalloc : sig ... end
Sourceval encrypt : key:bytes -> iv:bytes -> ad:bytes -> pt:bytes -> bytes * bytes
Sourceval decrypt : key:bytes -> iv:bytes -> ad:bytes -> ct:bytes -> tag:bytes -> bytes option
OCaml

Innovation. Community. Security.