diff --git a/tests/operations/tests/BLAKE3.mjs b/tests/operations/tests/BLAKE3.mjs index 42cb4dc1..0672a0f9 100644 --- a/tests/operations/tests/BLAKE3.mjs +++ b/tests/operations/tests/BLAKE3.mjs @@ -51,5 +51,14 @@ TestRegister.addTests([ { "op": "BLAKE3", "args": [8, "ThiskeyisexactlythirtytwoByteslo"] } ] + }, + { + name: "BLAKE3: 16390 - test", + input: "test", + expectedMatch: /4878.{32760}555fe06b242738d5/, + recipeConfig: [ + { "op": "BLAKE3", + "args": [16390, ""] } + ] } ]);