Comparing version 6.2.1 to 6.2.2
@@ -19,6 +19,6 @@ 'use strict'; | ||
this.s = new BN(options.s, 16); | ||
if (options.recoveryParam) | ||
if (options.recoveryParam === undefined) | ||
this.recoveryParam = null; | ||
else | ||
this.recoveryParam = options.recoveryParam; | ||
else | ||
this.recoveryParam = null; | ||
} | ||
@@ -25,0 +25,0 @@ module.exports = Signature; |
{ | ||
"name": "elliptic", | ||
"version": "6.2.1", | ||
"version": "6.2.2", | ||
"description": "EC cryptography", | ||
@@ -5,0 +5,0 @@ "main": "lib/elliptic.js", |
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
116441