UNPKG

@hanchon/signature-to-pubkey

Version:

Generate a public key from a signature

4 lines (3 loc) 191 B
/// <reference types="node" /> export declare function signatureToPubkey(signature: string, msgHash: Buffer): string; export declare function fromHexString(hexString: string): Uint8Array;