Files
lcbp3.np-dms.work/frontend/node_modules/eciesjs/dist/utils/hash.d.ts
2025-09-21 20:29:15 +07:00

3 lines
181 B
TypeScript

export declare const deriveKey: (master: Uint8Array, salt?: Uint8Array, info?: Uint8Array) => Uint8Array;
export declare const getSharedKey: (...parts: Uint8Array[]) => Uint8Array;