* Generates cryptographically secure random bytes.
(size: number)
| 91 | */ |
| 92 | randomBytes(size: number): Effect.Effect<Uint8Array, PlatformError.PlatformError> |
| 93 | |
| 94 | /** |
| 95 | * Computes a cryptographic digest for the supplied data. |
| 96 | */ |
no outgoing calls
no test coverage detected