add operaton HKDF

This commit is contained in:
MikeCAT 2023-03-17 23:49:06 +09:00
parent 2efd075803
commit b0c9a1850d
4 changed files with 320 additions and 1 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/HKDF.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";