mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 21:58:01 +00:00
3 lines
204 B
TypeScript
3 lines
204 B
TypeScript
import type { EncryptedJsonEncoding } from './types.js';
|
|
export declare function jsonDecryptData(encrypted?: Uint8Array | null, passphrase?: string | null, encType?: EncryptedJsonEncoding[]): Uint8Array;
|