UNPKG

@noble/curves

Version:

Audited & minimal JS implementation of elliptic curve cryptography

5 lines 339 B
import { type CurveFn, type ExtPointType } from './abstract/edwards.js'; export declare const jubjub: CurveFn; export declare function groupHash(tag: Uint8Array, personalization: Uint8Array): ExtPointType; export declare function findGroupHash(m: Uint8Array, personalization: Uint8Array): ExtPointType; //# sourceMappingURL=jubjub.d.ts.map