mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Entropy calculations
This commit is contained in:
parent
e5fb5e0b31
commit
f9dbf5ba21
4 changed files with 37 additions and 16 deletions
|
@ -35,7 +35,14 @@ class Gunzip extends Operation {
|
|||
magic: true,
|
||||
args: []
|
||||
},
|
||||
]);
|
||||
],
|
||||
null,
|
||||
null,
|
||||
{
|
||||
input: [7, 8],
|
||||
output: [3.5, 7],
|
||||
change: true
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue