add new operations: AES Key Wrap/Unwrap With Padding

This commit is contained in:
Aaron Osterhage 2025-05-26 00:53:17 -04:00
parent c57556f49f
commit 25dcab0a52
8 changed files with 449 additions and 80 deletions

View file

@ -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";