Module SharedFunctors.Make_Chacha20_Poly1305
Parameters
module Impl : sig ... endSignature
val encrypt : key:bytes -> iv:bytes -> ad:bytes -> pt:bytes -> bytes * bytesval decrypt :
key:bytes ->
iv:bytes ->
ad:bytes ->
ct:bytes ->
tag:bytes ->
bytes option