Comparing version 0.0.60 to 0.0.61
@@ -506,4 +506,4 @@ import { check } from "./system"; | ||
// Validation | ||
check(state.length == 8, "Blake2 state must be 64 bytes"); | ||
check(msg.length == 8, "Blake2 msg must be 128 bytes"); | ||
check(state.length == 64, "Blake2 state must be 64 bytes"); | ||
check(msg.length == 128, "Blake2 msg must be 128 bytes"); | ||
check(t0_offset.length == 8, "Blake2 t0_offset must be 8 bytes"); | ||
@@ -510,0 +510,0 @@ check(t1_offset.length == 8, "Blake2 t1_offset must be 8 bytes"); |
{ | ||
"name": "as-chain", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
1573435