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