Kind: Function
Source: src/utils/crypto.ts
Part of: Utils
Signature
tsasync function sha256(data: Data): Promise<string | null>
Parameters
| Name | Type |
|---|---|
data | Data |
Returns: Promise<string | null>
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
handler—src/middleware/cache/index.ts:310equal—src/utils/buffer.ts:8
Was this page helpful?