From e5fc87c1eb2f92155aa261188b3d2dd42a2512f6 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Fri, 13 Dec 2019 10:25:36 +0000 Subject: [PATCH] added some entropy sigs --- src/core/operations/Gunzip.mjs | 5 +++-- src/core/operations/Unzip.mjs | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/core/operations/Gunzip.mjs b/src/core/operations/Gunzip.mjs index 1cd789c3..fdfbdef1 100644 --- a/src/core/operations/Gunzip.mjs +++ b/src/core/operations/Gunzip.mjs @@ -39,9 +39,10 @@ class Gunzip extends Operation { null, null, { - input: [7, 8], + input: [6.5, 8], output: [3.5, 6] - }); + } + ); } /** diff --git a/src/core/operations/Unzip.mjs b/src/core/operations/Unzip.mjs index 0b5a56b2..de09267f 100644 --- a/src/core/operations/Unzip.mjs +++ b/src/core/operations/Unzip.mjs @@ -48,7 +48,14 @@ class Unzip extends Operation { magic: true, args: ["", false] }, - ]); + ], + null, + null, + { + input: [6.5, 8], + output: [3.5, 6] + } + ); } /**