mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Pull SetUnion into its own operation
This commit is contained in:
parent
f491461a57
commit
5f93c667a2
6 changed files with 350 additions and 306 deletions
|
@ -164,7 +164,6 @@ OpModules.Default = {
|
|||
"Windows Filetime to UNIX Timestamp": Filetime.runFromFiletimeToUnix,
|
||||
"UNIX Timestamp to Windows Filetime": Filetime.runToFiletimeFromUnix,
|
||||
"XKCD Random Number": XKCD.runRandomNumber,
|
||||
"Set Operations": SetOps.runSetOperation.bind(SetOps),
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue