Files
my_site/node_modules/eciesjs/dist/utils/hash.d.ts
2026-03-24 14:30:59 +08:00

3 lines
181 B
TypeScript

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