mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 17:21:39 -04:00
10 lines
159 B
JavaScript
10 lines
159 B
JavaScript
![]() |
export const compressedToDecompressed = {
|
||
|
input: [6.5, 8],
|
||
|
output: [3.5, 6]
|
||
|
};
|
||
|
|
||
|
export const binary = {
|
||
|
input: [1, 1.5],
|
||
|
output: [3.5, 6]
|
||
|
};
|