-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation", | ||
"name": "@smoo.th/secp256r1-computation", | ||
"version": "2.2.0", | ||
"description": "This library boosts ECDSA performance by generating a precomputed table of 256 points on the secp256r1 curve from a public key. This optimization speeds up point multiplication, making elliptic curve digital signature algorithms more efficient.", | ||
"source": "src/index.ts", | ||
|
@@ -50,12 +50,12 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation.git" | ||
"url": "[email protected]:get-smooth/secp256r1-computation.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation/issues" | ||
"url": "https://github.com/get-smooth/secp256r1-computation/issues" | ||
}, | ||
"homepage": "https://github.com/0x90d2b2b7fb7599eebb6e7a32980857d8/secp256r1-computation#readme", | ||
"homepage": "https://github.com/get-smooth/secp256r1-computation#readme", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@noble/curves": "^1.0.0" | ||
|