import { DecryptionStream } from "https://deno.land/x/earthstar@v10.2.0/debug/delimit_stream.ts";
Constructors
new
DecryptionStream(derivedKey: CryptoKey)Properties
private
transform: TransformStream<Uint8Array, Uint8Array>readable: ReadableStream<Uint8Array>
writable: WritableStream<Uint8Array>