Comparing version 0.0.76 to 0.0.77
@@ -422,3 +422,3 @@ import { check } from "./system"; | ||
let rawPub = new Array<u8>(65); | ||
let ret = env.recover_key(rawSig.dataStart, rawDigest.dataStart, rawDigest.length, rawPub.dataStart, rawPub.length); | ||
let ret = env.recover_key(rawSig.dataStart + 1, rawDigest.dataStart, rawDigest.length, rawPub.dataStart, rawPub.length); | ||
if (ret == -1) { | ||
@@ -425,0 +425,0 @@ return null |
{ | ||
"name": "as-chain", | ||
"version": "0.0.76", | ||
"version": "0.0.77", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.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
1576094