Comparing version 0.0.61 to 0.0.62
@@ -513,3 +513,3 @@ import { check } from "./system"; | ||
let hash = new Checksum512(); | ||
let rawHash = new Array<u8>(512); | ||
let rawHash = new Array<u8>(64); | ||
const ret = env.blake2_f(rounds, state.dataStart, state.length, msg.dataStart, msg.length, t0_offset.dataStart, t0_offset.length, t1_offset.dataStart, t1_offset.length, +final, rawHash.dataStart, rawHash.length); | ||
@@ -516,0 +516,0 @@ if (ret == -1) { |
{ | ||
"name": "as-chain", | ||
"version": "0.0.61", | ||
"version": "0.0.62", | ||
"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
1573434