UNPKG

ecdsa-node-ts

Version:

TypeScript implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA)

3 lines (2 loc) 119 B
export declare function decode(string: string): Buffer; export declare function encode(data: string | Buffer): string;