mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 00:27:07 +00:00
Fixed GOST sBox arg bug
This commit is contained in:
parent
18159ce806
commit
74d0166682
6 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@ class GOSTDecrypt extends Operation {
|
|||
value: [
|
||||
{
|
||||
name: "GOST 28147 (1989)",
|
||||
on: [6]
|
||||
on: [5]
|
||||
},
|
||||
{
|
||||
name: "GOST R 34.12 (Magma, 2015)",
|
||||
|
|
|
@ -56,7 +56,7 @@ class GOSTEncrypt extends Operation {
|
|||
value: [
|
||||
{
|
||||
name: "GOST 28147 (1989)",
|
||||
on: [6]
|
||||
on: [5]
|
||||
},
|
||||
{
|
||||
name: "GOST R 34.12 (Magma, 2015)",
|
||||
|
|
|
@ -56,7 +56,7 @@ class GOSTKeyUnwrap extends Operation {
|
|||
value: [
|
||||
{
|
||||
name: "GOST 28147 (1989)",
|
||||
on: [6]
|
||||
on: [5]
|
||||
},
|
||||
{
|
||||
name: "GOST R 34.12 (Magma, 2015)",
|
||||
|
|
|
@ -56,7 +56,7 @@ class GOSTKeyWrap extends Operation {
|
|||
value: [
|
||||
{
|
||||
name: "GOST 28147 (1989)",
|
||||
on: [6]
|
||||
on: [5]
|
||||
},
|
||||
{
|
||||
name: "GOST R 34.12 (Magma, 2015)",
|
||||
|
|
|
@ -56,7 +56,7 @@ class GOSTSign extends Operation {
|
|||
value: [
|
||||
{
|
||||
name: "GOST 28147 (1989)",
|
||||
on: [6]
|
||||
on: [5]
|
||||
},
|
||||
{
|
||||
name: "GOST R 34.12 (Magma, 2015)",
|
||||
|
|
|
@ -57,7 +57,7 @@ class GOSTVerify extends Operation {
|
|||
value: [
|
||||
{
|
||||
name: "GOST 28147 (1989)",
|
||||
on: [6]
|
||||
on: [5]
|
||||
},
|
||||
{
|
||||
name: "GOST R 34.12 (Magma, 2015)",
|
||||
|
|
Loading…
Reference in a new issue