1.0.0 • Published 3 days ago

@hazae41/secp256k1 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

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

3 days ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago