mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 01:06:16 -04:00
Added 'LZ4 Compress' and 'LZ4 Decompress' operations. Closes #1116
This commit is contained in:
parent
ed8bd34915
commit
31a7f83b82
6 changed files with 131 additions and 1 deletions
|
@ -333,7 +333,9 @@
|
|||
"LZString Decompress",
|
||||
"LZString Compress",
|
||||
"LZMA Decompress",
|
||||
"LZMA Compress"
|
||||
"LZMA Compress",
|
||||
"LZ4 Decompress",
|
||||
"LZ4 Compress"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue