@typeberry/jam 0.1.0-3c30204 → 0.1.0-eb00e84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28853,7 +28853,6 @@ async function verifyBatch(input) {
28853
28853
 
28854
28854
  ;// CONCATENATED MODULE: ./packages/core/hash/hash.ts
28855
28855
 
28856
-
28857
28856
  /**
28858
28857
  * Size of the output of the hash functions.
28859
28858
  *
@@ -28863,7 +28862,6 @@ async function verifyBatch(input) {
28863
28862
  const hash_HASH_SIZE = 32;
28864
28863
  /** A hash without last byte (useful for trie representation). */
28865
28864
  const TRUNCATED_HASH_SIZE = 31;
28866
- const ZERO_HASH = bytes_Bytes.zero(hash_HASH_SIZE);
28867
28865
  /**
28868
28866
  * Container for some object with a hash that is related to this object.
28869
28867
  *