Kind: Function
Source: src/utils/crypto.ts
Part of: Utils
Signature
tsasync function createHash(data: Data, algorithm: Algorithm): Promise<string | null>
Parameters
| Name | Type |
|---|---|
data | Data |
algorithm | Algorithm |
Returns: Promise<string | null>
Kind: Function
Source: src/utils/crypto.ts
Part of: Utils
tsasync function createHash(data: Data, algorithm: Algorithm): Promise<string | null>
| Name | Type |
|---|---|
data | Data |
algorithm | Algorithm |
Returns: Promise<string | null>
Was this page helpful?