added some entropy sigs

This commit is contained in:
n1073645 2019-12-13 10:25:36 +00:00
parent ad4feb63b3
commit e5fc87c1eb
2 changed files with 11 additions and 3 deletions

View file

@ -39,9 +39,10 @@ class Gunzip extends Operation {
null,
null,
{
input: [7, 8],
input: [6.5, 8],
output: [3.5, 6]
});
}
);
}
/**

View file

@ -48,7 +48,14 @@ class Unzip extends Operation {
magic: true,
args: ["", false]
},
]);
],
null,
null,
{
input: [6.5, 8],
output: [3.5, 6]
}
);
}
/**