@toruslabs/openlogin-utils
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -317,3 +317,3 @@ module.exports = | ||
var inputPath = new external_bn_js_default.a(input).umod(new external_bn_js_default.a(SECP256K1_CURVE_N, "hex")); | ||
var inputPath = Buffer.from(new external_bn_js_default.a(input).umod(new external_bn_js_default.a(SECP256K1_CURVE_N, "hex")).toString(16, 64), "hex"); | ||
var output = mimcHash(1, privKeyBuf, inputPath); | ||
@@ -320,0 +320,0 @@ return output.xL.toString(16); |
{ | ||
"name": "@toruslabs/openlogin-utils", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"homepage": "https://github.com/torusresearch/OpenLoginSdk#readme", | ||
@@ -60,3 +60,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "d7e2b8763cf41d242c9117bfab4f9c2a5c9da485" | ||
"gitHead": "052cdba40f9b8df49339d8d7730126d38b81ed7e" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1662227