@xmr-core/xmr-crypto-utils
Version:
Core crypto operations for Monero and implementations and interfaces of various hardware devices for creating Monero transactions securely
11 lines • 819 B
TypeScript
export declare function ge_add(p1: string, p2: string): string;
export declare function ge_sub(point1: string, point2: string): string;
export declare function sc_add(scalar1: string, scalar2: string): string;
export declare function sc_sub(scalar1: string, scalar2: string): string;
export declare function sc_mulsub(sigc: string, sec: string, k: string): string;
export declare function ge_double_scalarmult_base_vartime(c: string, P: string, r: string): string;
export declare function ge_double_scalarmult_postcomp_vartime(r: string, P: string, c: string, I: string): string;
export declare function ge_scalarmult_base(sec: string): string;
export declare function ge_scalarmult(pub: string, sec: string): string;
export declare function sc_reduce32(hex: string): string;
//# sourceMappingURL=primitive_ops.d.ts.map