UNPKG

@xmr-core/xmr-crypto-utils

Version:

Core crypto operations for Monero and implementations and interfaces of various hardware devices for creating Monero transactions securely

6 lines 341 B
export declare function hash_to_scalar(buf: string): string; export declare function hash_to_ec(key: string): string; export declare function hash_to_ec_2(key: string): string; export declare const hashToPoint: typeof hash_to_ec_2; export declare function array_hash_to_scalar(array: string[]): string; //# sourceMappingURL=hash_ops.d.ts.map