Comparing version 0.0.57 to 0.0.58
@@ -494,3 +494,3 @@ import { check } from "./system"; | ||
let hash = new Checksum256(); | ||
let rawHash = new Array<u8>(64); | ||
let rawHash = new Array<u8>(32); | ||
env.sha3(data.dataStart, data.length, rawHash.dataStart, rawHash.length, +keccak); | ||
@@ -497,0 +497,0 @@ hash.data = rawHash; |
{ | ||
"name": "as-chain", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"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