Skip to content

Secp256k1 adapter for WebAssembly and JS implementations

Notifications You must be signed in to change notification settings

hazae41/secp256k1

Repository files navigation

Secp256k1

Secp256k1 adapter for WebAssembly and JS implementations

npm i @hazae41/secp256k1

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies

Usage

Eligos (WebAssembly)

npm i @hazae41/eligos
import { Secp256k1 } from "@hazae41/secp256k1"

Secp256k1.set(await Secp256k1.fromEligos())

Noble (JavaScript)

npm i @noble/curves
import { Secp256k1 } from "@hazae41/secp256k1"

Secp256k1.set(Secp256k1.fromNoble())

About

Secp256k1 adapter for WebAssembly and JS implementations

Resources

Stars

Watchers

Forks

Packages

No packages published