@li0ard/gost - v0.1.4
Preparing search index...
types
WrapModeMagma
Type Alias WrapModeMagma
Key wrapping mode (KWP) for Magma
type
WrapModeMagma
=
{
unwrap
:
(
wrapped
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
;
wrap
:
(
ukm
:
TArg
<
Uint8Array
>
,
cek
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
;
}
Index
Properties
unwrap
wrap
Properties
unwrap
unwrap
:
(
wrapped
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Unwrap encryption key
wrap
wrap
:
(
ukm
:
TArg
<
Uint8Array
>
,
cek
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Wrap encryption key
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
unwrap
wrap
@li0ard/gost - v0.1.4
Loading...
Key wrapping mode (KWP) for Magma