mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Formatting updates
This commit is contained in:
parent
7fb4824cd6
commit
51a07a27db
1 changed files with 15 additions and 16 deletions
|
@ -44,7 +44,6 @@ class IPv6TransitionAddresses extends Operation {
|
|||
*/
|
||||
run(input, args) {
|
||||
const XOR = {"0": "2", "1": "3", "2": "0", "3": "1", "4": "6", "5": "7", "6": "4", "7": "5", "8": "A", "9": "B", "A": "8", "B": "9", "C": "E", "D": "F", "E": "C", "F": "D"};
|
||||
const [ignoreRanges, removeHeaders] = args;
|
||||
|
||||
/**
|
||||
* Function to convert to hex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue