mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
added some entropy sigs
This commit is contained in:
parent
ad4feb63b3
commit
e5fc87c1eb
2 changed files with 11 additions and 3 deletions
|
@ -39,9 +39,10 @@ class Gunzip extends Operation {
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
input: [7, 8],
|
input: [6.5, 8],
|
||||||
output: [3.5, 6]
|
output: [3.5, 6]
|
||||||
});
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -48,7 +48,14 @@ class Unzip extends Operation {
|
||||||
magic: true,
|
magic: true,
|
||||||
args: ["", false]
|
args: ["", false]
|
||||||
},
|
},
|
||||||
]);
|
],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
input: [6.5, 8],
|
||||||
|
output: [3.5, 6]
|
||||||
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue