-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release #44
base: master
Are you sure you want to change the base?
Release #44
Changes from all commits
c7e1e83
d512d5c
7b495f3
ef94903
d4cb1e4
544dd92
c20df13
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@toruslabs/eccrypto", | ||
"version": "5.0.4", | ||
"version": "6.0.0-0", | ||
"description": "JavaScript Elliptic curve cryptography library, includes fix to browser.js so that encrypt/decrypt works", | ||
"main": "./dist/lib.cjs/index.js", | ||
"module": "./dist/lib.esm/index.js", | ||
|
@@ -32,7 +32,6 @@ | |
"cryptography", | ||
"secp256k1", | ||
"K-256", | ||
"elliptic", | ||
"curve" | ||
], | ||
"author": "Torus Labs", | ||
|
@@ -52,7 +51,6 @@ | |
"@toruslabs/torus-scripts": "^6.1.5", | ||
"@types/buffer-equal": "^1.0.2", | ||
"@types/chai": "^4.3.16", | ||
"@types/elliptic": "^6.4.18", | ||
"browserify": "^17.0.1", | ||
"buffer-equal": "^1.0.1", | ||
"chai": "^4.3.7", | ||
|
@@ -74,6 +72,6 @@ | |
"npm": ">=9.x" | ||
}, | ||
"dependencies": { | ||
"elliptic": "^6.5.7" | ||
"@noble/curves": "^1.6.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as mentioned, if we only use |
||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why
-0
?