Search
Preparing search index...
The search index is not available
@cosmjs/crypto Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
@cosmjs/crypto Documentation
Hmac
Class Hmac<H>
Type Parameters
H
extends
HashFunction
Hierarchy
Hmac
Implements
HashFunction
Index
Constructors
constructor
Properties
block
Size
Methods
digest
update
Constructors
constructor
new
Hmac
<
H
>
(
hashFunctionConstructor
:
(
new
(
)
=>
H
)
, originalKey
:
Uint8Array
)
:
Hmac
<
H
>
Type Parameters
H
extends
HashFunction
Parameters
hashFunctionConstructor:
(
new
(
)
=>
H
)
new
(
)
:
H
Returns
H
originalKey:
Uint8Array
Returns
Hmac
<
H
>
Properties
Readonly
block
Size
block
Size
:
number
Methods
digest
digest
(
)
:
Uint8Array
Returns
Uint8Array
update
update
(
data
:
Uint8Array
)
:
Hmac
<
H
>
Parameters
data:
Uint8Array
Returns
Hmac
<
H
>
Exports
Hmac
constructor
block
Size
digest
update
Generated using
TypeDoc