@li0ard/dstu - v0.1.0
Preparing search index...
types
GMACMode
Type Alias GMACMode
GMAC mode for
Cipher
type
GMACMode
=
{
compute
:
(
aad
:
TArg
<
Uint8Array
>
,
msg
:
TArg
<
Uint8Array
>
,
)
=>
TRet
<
Uint8Array
>
;
}
Index
Properties
compute
Properties
compute
compute
:
(
aad
:
TArg
<
Uint8Array
>
,
msg
:
TArg
<
Uint8Array
>
)
=>
TRet
<
Uint8Array
>
Compute MAC
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
compute
@li0ard/dstu - v0.1.0
Loading...
GMAC mode for Cipher