Skip to content

Commit

Permalink
Finalize migration to only use @noble/secp256k1
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Nov 24, 2022
1 parent ba5178a commit a12f247
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions angular/src/shared/noble-ecc-wrapper.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as necc from '@noble/secp256k1';
import { BIP32API, BIP32Factory, BIP32Interface } from 'bip32';
import createHash from 'create-hash';
Expand Down
38 changes: 38 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
"@types/big.js": "^6.1.6",
"@types/bs58": "^4.0.1",
"@types/chrome": "0.0.200",
"@types/create-hash": "^1.2.2",
"@types/create-hmac": "^1.1.0",
"@types/jasmine": "4.3.0",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.7.18",
Expand Down

0 comments on commit a12f247

Please sign in to comment.