simple-js-ecdsa
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "simple-js-ecdsa", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "easy and light weight ecdsa implementation", | ||
@@ -29,5 +29,5 @@ "main": "./src/index.js", | ||
"bs58": "^4.0.1", | ||
"simple-js-ec-math": "^1.2.3", | ||
"simple-js-sha2-256": "^1.0.0" | ||
"simple-js-ec-math": "^1.3.1", | ||
"simple-js-sha2-256": "^1.0.1" | ||
} | ||
} |
@@ -52,2 +52,3 @@ # simple-js-ecdsa | ||
bitcoin address: 1KKiniL7QnMPZZLjgGB2Kq1d7zsjUr6TnS | ||
bitcoin address: 1KKiniL7QnMPZZLjgGB2Kq1d7zsjUr6TnS | ||
ethereum address: 0x177b258bD53A8F7d8C609A9277A60A51d1e7e0e0 |
Sorry, the diff of this file is not supported yet
54250
53
Updatedsimple-js-ec-math@^1.3.1
Updatedsimple-js-sha2-256@^1.0.1