@julesl23/s5js
Version:
Enhanced TypeScript SDK for S5 decentralized storage with path-based API, media processing, and directory utilities
4 lines • 356 B
TypeScript
import { CryptoImplementation } from "../api/crypto.js";
export declare function encryptMutableBytes(data: Uint8Array, key: Uint8Array, crypto: CryptoImplementation): Promise<Uint8Array>;
export declare function decryptMutableBytes(data: Uint8Array, key: Uint8Array, crypto: CryptoImplementation): Promise<Uint8Array>;
//# sourceMappingURL=mutable.d.ts.map