* Computes a cryptographic digest for the supplied data.
(
algorithm: DigestAlgorithm,
data: Uint8Array
)
| 96 | */ |
| 97 | digest( |
| 98 | algorithm: DigestAlgorithm, |
| 99 | data: Uint8Array |
| 100 | ): Effect.Effect<Uint8Array, PlatformError.PlatformError> |
| 101 |
no outgoing calls