noble-secp256k1
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,2 +0,3 @@ | ||
'use strict'; | ||
"use strict"; | ||
/*! noble-secp256k1 - MIT License (c) Paul Miller (paulmillr.com) */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +4,0 @@ exports.utils = exports.schnorr = exports.verify = exports.sign = exports.getSharedSecret = exports.recoverPublicKey = exports.getPublicKey = exports.SignResult = exports.Signature = exports.Point = exports.CURVE = void 0; |
{ | ||
"name": "noble-secp256k1", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Fastest JS implementation of secp256k1. Zero-dependency, high-security, audited ECDSA & Schnorr", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -241,4 +241,4 @@ # noble-secp256k1 ![Node CI](https://github.com/paulmillr/noble-secp256k1/workflows/Node%20CI/badge.svg) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
verify x 851 ops/sec @ 1ms/op | ||
recoverPublicKey x 438 ops/sec @ 2ms/op | ||
getSharedSecret aka ecdh x 488 ops/sec @ 2ms/op | ||
recoverPublicKey x 450 ops/sec @ 2ms/op | ||
getSharedSecret aka ecdh x 507 ops/sec @ 2ms/op | ||
getSharedSecret (precomputed) x 6,243 ops/sec @ 160μs/op | ||
@@ -245,0 +245,0 @@ Point.fromHex (decompression) x 11,201 ops/sec @ 89μs/op |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49979
943