Skip to main content
Module

x/secp256k1/index.d.ts>sign

Fastest 4KB JS implementation of secp256k1 elliptic curve. Auditable, high-security, 0-dependency ECDH & ECDSA signatures compliant with RFC6979
Go to Latest
function sign
import { sign } from "https://deno.land/x/secp256k1@2.0.0/index.d.ts";

Parameters

msgh: Hex
priv: Hex
optional
opts: { lowS?: boolean | undefined; extraEntropy?: boolean | Hex | undefined; }