mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 10:44:50 -04:00
add new operations: AES Key Wrap/Unwrap With Padding
This commit is contained in:
parent
c57556f49f
commit
25dcab0a52
8 changed files with 449 additions and 80 deletions
|
@ -15,6 +15,7 @@ import { setLongTestFailure, logTestReport } from "../lib/utils.mjs";
|
|||
|
||||
import TestRegister from "../lib/TestRegister.mjs";
|
||||
import "./tests/AESKeyWrap.mjs";
|
||||
import "./tests/AESKeyWrapWithPadding.mjs";
|
||||
import "./tests/AlternatingCaps.mjs";
|
||||
import "./tests/AvroToJSON.mjs";
|
||||
import "./tests/BaconCipher.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue