NodeCrypto
Node-compatible implementation of Effect's Crypto service.
This module builds the service from node:crypto, using randomBytes for random data and createHash for supported digest algorithms. It exports make as the concrete service value and layer for providing it through Effect context.
The default Node.js Crypto service implementation.