@xmr-core/xmr-crypto-utils
Version:
Core crypto operations for Monero and implementations and interfaces of various hardware devices for creating Monero transactions securely
20 lines • 789 B
TypeScript
export declare const STRUCT_SIZES: {
GE_P3: number;
GE_P2: number;
GE_P1P1: number;
GE_CACHED: number;
EC_SCALAR: number;
EC_POINT: number;
KEY_IMAGE: number;
GE_DSMP: number;
SIGNATURE: number;
};
export declare const KEY_SIZE = 32;
export declare const HASH_SIZE = 32;
export declare const H = "8b655970153799af2aeadc9ff1add0ea6c7251d54154cfa92c173a0dd39c1f94";
export declare const l: import("@xmr-core/biginteger/vendor/biginteger").BigInteger;
export declare const I = "0100000000000000000000000000000000000000000000000000000000000000";
export declare function identity(): string;
export declare const Z = "0000000000000000000000000000000000000000000000000000000000000000";
export declare const H2: string[];
//# sourceMappingURL=constants.d.ts.map