= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val encrypt_with_ad :
key:Private_key.t ->
nonce:int64 ->
ad:Cstruct.t ->
Cstruct.t ->
(Cstruct.t, string) result
val decrypt_with_ad :
key:Private_key.t ->
nonce:int64 ->
ad:Cstruct.t ->
Cstruct.t ->
(Cstruct.t, string) result