mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Made variables non-private, and followed convention for the references to the IP lib.
This commit is contained in:
parent
ea36687205
commit
3ba12ae9ac
7 changed files with 70 additions and 70 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import {calculateTCPIPChecksum} from "../lib/Ip";
|
||||
import {calculateTCPIPChecksum} from "../lib/Ip.mjs";
|
||||
|
||||
/**
|
||||
* TCP/IP Checksum operation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue