Skip to content

DenoCrypto

Deno-backed implementation of Effect's Crypto service.

This module uses Deno's global Web Crypto API.

2 exports Added in v4.0.0 Source

Layers

layer

Added in v4.0.0 Source

A layer that provides Effect's Crypto service using Deno's Web Crypto API.

Signature

declare const layer: Layer.Layer<EffectCrypto.Crypto>;

Services

WebCrypto

Added in v4.0.0 Source

Provides the Web Crypto API used by the Crypto service implementation.

Signature

declare const WebCrypto: Reference<Crypto>;