UNPKG

js-crypto-ec

Version:

Universal Module for Elliptic Curve Cryptography (ECDSA and ECDH) in JavaScript

16 lines (15 loc) 264 B
/** * params.ts */ export declare const namedCurves: { [index: string]: { nodeName: string; indutnyName: string; payloadSize: number; }; }; export declare const hashes: { [index: string]: { nodeName: string; }; };