@hazae41/secp256k1
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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())

Package Sidebar

Install

npm i @hazae41/secp256k1

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

104 kB

Total Files

36

Last publish

Collaborators

  • hazae41