Skip to content

Commit b95785f

Browse files
committed
fix: correct GOST 28147 algorithm names
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 29b8bdd commit b95785f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/cryptography-defs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@
970970
"url": "https://doi.org/10.17487/RFC4357"
971971
}
972972
],
973-
"pattern": "GOST38147[-{mode}][-{padding}]",
973+
"pattern": "GOST28147[-{mode}][-{padding}]",
974974
"primitive": "block-cipher"
975975
},
976976
{
@@ -980,7 +980,7 @@
980980
"url": "https://doi.org/10.17487/RFC4357"
981981
}
982982
],
983-
"pattern": "GOST38147_MAC",
983+
"pattern": "GOST28147_MAC",
984984
"primitive": "mac"
985985
}
986986
]

0 commit comments

Comments
 (0)