Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/mod.universal.ts>decryptPath

Exploring Willow in the most efficient and sound programming language
Go to Latest
function decryptPath
import { decryptPath } from "https://deno.land/x/willow@0.2.1/mod.universal.ts";

Type Parameters

EncryptionKey

Parameters

opts: { key: EncryptionKey; decryptFn: (key: EncryptionKey, bytes: Uint8Array) => Promise<Uint8Array>; deriveKey: (key: EncryptionKey, component: Uint8Array) => Promise<EncryptionKey>; }
path: Path