Skip to main content
Home

Built and signed on GitHub Actions

Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a week ago (2.3.0)

4KB JS implementation of secp256k1 ECDSA / Schnorr signatures & ECDH. Compliant with RFC6979 & BIP340.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@noble/secp256k1

Import symbol

import * as secp___k_ from "@noble/secp256k1";
or

Import directly with a jsr specifier

import * as secp___k_ from "jsr:@noble/secp256k1";

Add Package

pnpm i jsr:@noble/secp256k1
or (using pnpm 10.8 or older)
pnpm dlx jsr add @noble/secp256k1

Import symbol

import * as secp___k_ from "@noble/secp256k1";

Add Package

yarn add jsr:@noble/secp256k1
or (using Yarn 4.8 or older)
yarn dlx jsr add @noble/secp256k1

Import symbol

import * as secp___k_ from "@noble/secp256k1";

Add Package

vlt install jsr:@noble/secp256k1

Import symbol

import * as secp___k_ from "@noble/secp256k1";

Add Package

npx jsr add @noble/secp256k1

Import symbol

import * as secp___k_ from "@noble/secp256k1";

Add Package

bunx jsr add @noble/secp256k1

Import symbol

import * as secp___k_ from "@noble/secp256k1";