ethereum-cryptography
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "ethereum-cryptography", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "All the cryptographic primitives used in Ethereum", | ||
@@ -5,0 +5,0 @@ "author": "Patricio Palladino <patricio@nomiclabs.io>", |
@@ -349,3 +349,3 @@ # ethereum-cryptography | ||
console.log(sign(msgHash, privateKey).toString("hex")); | ||
console.log(sign(msgHash, privateKey).signature.toString("hex")); | ||
``` | ||
@@ -352,0 +352,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229640