UNPKG

@julesl23/s5js

Version:

Enhanced TypeScript SDK for S5 decentralized storage with path-based API, media processing, and directory utilities

4 lines 333 B
import { CryptoImplementation } from "../api/crypto.js"; export declare function deriveHashString(base: Uint8Array, tweak: Uint8Array, crypto: CryptoImplementation): Uint8Array; export declare function deriveHashInt(base: Uint8Array, tweak: number, crypto: CryptoImplementation): Uint8Array; //# sourceMappingURL=derive_hash.d.ts.map