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