Skip to content

Commit

Permalink
Merge pull request #42 from torusresearch/feat/nobleCurves
Browse files Browse the repository at this point in the history
feat: replace elliptic with noble curves
  • Loading branch information
himanshuchawla009 authored Nov 1, 2024
2 parents c3107d0 + d4cb1e4 commit 544dd92
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 157 deletions.
113 changes: 65 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"cryptography",
"secp256k1",
"K-256",
"elliptic",
"curve"
],
"author": "Torus Labs",
Expand All @@ -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",
Expand All @@ -74,6 +72,6 @@
"npm": ">=9.x"
},
"dependencies": {
"elliptic": "^6.5.7"
"@noble/curves": "^1.6.0"
}
}
Loading

0 comments on commit 544dd92

Please sign in to comment.