@li0ard/gost - v0.1.4
Preparing search index...
types
BlockMode
Type Alias BlockMode
Block mode for
Cipher
type
BlockMode
=
{
decrypt
:
(
ciphertext
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
;
encrypt
:
(
plaintext
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
;
}
Index
Properties
decrypt
encrypt
Properties
decrypt
decrypt
:
(
ciphertext
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Decrypt ciphertext
encrypt
encrypt
:
(
plaintext
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Encrypt plaintext
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
decrypt
encrypt
@li0ard/gost - v0.1.4
Loading...
Block mode for Cipher