Skip to content
secp256k1-webcrypto / 1.0.0-20220412105303-f35cf4b

secp256k1-webcrypto 1.0.0-20220412105303-f35cf4b

Install from the command line:
Learn more about npm packages
$ npm install @dimensiondev/secp256k1-webcrypto@1.0.0-20220412105303-f35cf4b
Install via package.json:
"@dimensiondev/secp256k1-webcrypto": "1.0.0-20220412105303-f35cf4b"

About this version

secp256k1-webcrypto

WebCrypto API with secp256k1 support.

This is a light version of https://github.com/PeculiarVentures/webcrypto-liner/ that only contains secp256k1 support.

Thanks to PeculiarVentures for their webcrypto-liner!

Requirement

You can create your own instance by

import { createCrypto } from '@dimensiondev/secp256k1-webcrypto/core'

export const [crypto, { Crypto, CryptoKey, SubtleCrypto }, polyfill] = createCrypto(
  globalThis.crypto,
  globalThis.CryptoKey,
  DOMException,
)

Unsupported

  • spki format import/export

Details


Assets

  • secp256k1-webcrypto-1.0.0-20220412105303-f35cf4b-npm.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0