Add Strip IPv4 header operation

This commit is contained in:
c65722 2024-09-15 17:42:45 +01:00
parent d635cca210
commit 738e6feda0
No known key found for this signature in database
GPG key ID: C528B087F9A1801B
4 changed files with 185 additions and 0 deletions

View file

@ -142,6 +142,7 @@ import "./tests/SIGABA.mjs";
import "./tests/SM4.mjs";
// import "./tests/SplitColourChannels.mjs"; // Cannot test operations that use the File type yet
import "./tests/StrUtils.mjs";
import "./tests/StripIPv4Header.mjs";
import "./tests/Subsection.mjs";
import "./tests/SwapCase.mjs";
import "./tests/SymmetricDifference.mjs";