@li0ard/gost - v0.1.4
Preparing search index...
types
AEADMode
Type Alias AEADMode
AEAD mode for
Cipher
type
AEADMode
=
{
open
:
(
ciphertext
:
TArg
<
Uint8Array
>
,
aad
?:
TArg
<
Uint8Array
>
,
)
=>
TRet
<
Uint8Array
>
;
seal
:
(
plaintext
:
TArg
<
Uint8Array
>
,
aad
?:
TArg
<
Uint8Array
>
,
)
=>
TRet
<
Uint8Array
>
;
}
Index
Properties
open
seal
Properties
open
open
:
(
ciphertext
:
TArg
<
Uint8Array
>
,
aad
?:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Open ciphertext and AAD
seal
seal
:
(
plaintext
:
TArg
<
Uint8Array
>
,
aad
?:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Seal plaintext and AAD
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
open
seal
@li0ard/gost - v0.1.4
Loading...
AEAD mode for Cipher