Preparing search index...
The search index is not available
web5-sdk-js
web5-sdk-js
@web5/crypto
DigestParams
Interface DigestParams
Parameters for computing a hash digest.
interface
DigestParams
{
algorithm
:
string
;
data
:
Uint8Array
;
}
Hierarchy (
view full
)
DigestParams
Sha2DigestParams
Index
Properties
algorithm
data
Properties
algorithm
algorithm
:
string
The algorithm identifier.
data
data
:
Uint8Array
Data to be digested.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
algorithm
data
web5-sdk-js
Loading...
Parameters for computing a hash digest.