eccrypto-js
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "eccrypto-js", | ||
"description": "Elliptic curve cryptography library (NodeJS, Browser and Pure JS)", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"author": "Pedro Gomes <github.com/pedrouid>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -53,3 +53,3 @@ # eccrypto-js [![npm version](https://badge.fury.io/js/eccrypto-js.svg)](https://badge.fury.io/js/eccrypto-js) | ||
const result = await testHmacVerify(macKey, dataToMac, mac); | ||
const result = await eccryptoJS.hmacSha256Verify(macKey, dataToMac, mac); | ||
@@ -56,0 +56,0 @@ // result will return true if match |
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
243160