forked from tornado-packages/noble-curves
Release 1.4.0.
This commit is contained in:
parent
85d194cb93
commit
a0e398489f
@ -45,7 +45,7 @@ A standalone file [noble-curves.js](https://github.com/paulmillr/noble-curves/re
|
|||||||
```js
|
```js
|
||||||
// import * from '@noble/curves'; // Error: use sub-imports, to ensure small app size
|
// import * from '@noble/curves'; // Error: use sub-imports, to ensure small app size
|
||||||
import { secp256k1 } from '@noble/curves/secp256k1'; // ESM and Common.js
|
import { secp256k1 } from '@noble/curves/secp256k1'; // ESM and Common.js
|
||||||
// import { secp256k1 } from 'npm:@noble/curves@1.2.0/secp256k1'; // Deno
|
// import { secp256k1 } from 'npm:@noble/curves@1.4.0/secp256k1'; // Deno
|
||||||
```
|
```
|
||||||
|
|
||||||
- [Implementations](#implementations)
|
- [Implementations](#implementations)
|
||||||
|
4
build/package-lock.json
generated
4
build/package-lock.json
generated
@ -15,11 +15,11 @@
|
|||||||
},
|
},
|
||||||
"..": {
|
"..": {
|
||||||
"name": "@noble/curves",
|
"name": "@noble/curves",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@noble/hashes": "1.3.3"
|
"@noble/hashes": "1.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"fast-check": "3.0.0",
|
"fast-check": "3.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@noble/curves",
|
"name": "@noble/curves",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
|
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
|
||||||
"files": [
|
"files": [
|
||||||
"abstract",
|
"abstract",
|
||||||
|
Loading…
Reference in New Issue
Block a user