Files
pezkuwi-common/packages/util-crypto/cjs/json/decrypt.d.ts
T

3 lines
164 B
TypeScript

import type { EncryptedJson } from './types.js';
export declare function jsonDecrypt({ encoded, encoding }: EncryptedJson, passphrase?: string | null): Uint8Array;