CipherSaber2 ops now accept a variety of key types

This commit is contained in:
n1474335 2020-03-05 16:39:52 +00:00
parent 5e7b004925
commit 64b979e25e
4 changed files with 26 additions and 20 deletions

View file

@ -16,7 +16,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CipherSaber2 Encrypt",
args: ["test", 20],
args: [{ "option": "Latin1", "string": "test" }, 20],
},
],
},
@ -27,7 +27,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CipherSaber2 Decrypt",
args: ["test", 20],
args: [{ "option": "Latin1", "string": "test" }, 20],
},
],
},
@ -38,7 +38,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CipherSaber2 Encrypt",
args: ["", 20],
args: [{ "option": "Latin1", "string": "" }, 20],
},
],
},