UNPKG

@cashu/crypto

Version:
5 lines 432 B
import { DLEQ } from '../common/index.js'; import { ProjPointType } from '@noble/curves/abstract/weierstrass'; export declare const verifyDLEQProof: (dleq: DLEQ, B_: ProjPointType<bigint>, C_: ProjPointType<bigint>, A: ProjPointType<bigint>) => boolean; export declare const verifyDLEQProof_reblind: (secret: Uint8Array, dleq: DLEQ, C: ProjPointType<bigint>, A: ProjPointType<bigint>) => boolean; //# sourceMappingURL=NUT12.d.ts.map