Search
Preparing search index...
The search index is not available
@cosmjs/crypto Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
@cosmjs/crypto Documentation
Sha512
Class Sha512
Hierarchy
Sha512
Implements
HashFunction
Index
Constructors
constructor
Properties
block
Size
Methods
digest
update
Constructors
constructor
new
Sha512
(
firstData
?:
Uint8Array
)
:
Sha512
Parameters
Optional
firstData:
Uint8Array
Returns
Sha512
Properties
Readonly
block
Size
block
Size
:
number
= ...
Methods
digest
digest
(
)
:
Uint8Array
Returns
Uint8Array
update
update
(
data
:
Uint8Array
)
:
Sha512
Parameters
data:
Uint8Array
Returns
Sha512
Exports
Sha512
constructor
block
Size
digest
update
Generated using
TypeDoc