UNPKG

@cashu/cashu-ts

Version:

cashu library for communicating with a cashu mint

3 lines (2 loc) 216 B
export declare const deriveSecret: (seed: Uint8Array, keysetId: string, counter: number) => Uint8Array; export declare const deriveBlindingFactor: (seed: Uint8Array, keysetId: string, counter: number) => Uint8Array;