Add new operation: Insert bytes

This commit is contained in:
Didier Stevens 2022-12-25 10:41:45 +01:00
parent 2efd075803
commit 8509af2105
4 changed files with 161 additions and 0 deletions

View file

@ -130,6 +130,7 @@ import "./tests/FletcherChecksum.mjs";
import "./tests/CMAC.mjs";
import "./tests/AESKeyWrap.mjs";
import "./tests/Rabbit.mjs";
import "./tests/InsertBytes.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";