@wishknish/knishio-client-js 0.7.8 → 0.8.0

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.
@@ -710,7 +710,7 @@ class g {
710
710
  function nt(o = null, e = 2048) {
711
711
  if (o) {
712
712
  const t = new L("SHAKE256", "TEXT");
713
- return t.update(o), t.getHash("HEX", { outputLen: e * 2 });
713
+ return t.update(o), t.getHash("HEX", { outputLen: e * 4 });
714
714
  } else
715
715
  return st(e);
716
716
  }