mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Formatting updates
This commit is contained in:
@@ -44,7 +44,6 @@ class IPv6TransitionAddresses extends Operation {
|
|||||||
*/
|
*/
|
||||||
run(input, args) {
|
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 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
|
* Function to convert to hex
|
||||||
|
|||||||
Reference in New Issue
Block a user