Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema/cryptography-defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@
"url": "https://doi.org/10.17487/RFC4357"
}
],
"pattern": "GOST38147[-{mode}][-{padding}]",
"pattern": "GOST28147[-{mode}][-{padding}]",
"primitive": "block-cipher"
},
{
Expand All @@ -980,7 +980,7 @@
"url": "https://doi.org/10.17487/RFC4357"
}
],
"pattern": "GOST38147_MAC",
"pattern": "GOST28147_MAC",
"primitive": "mac"
}
]
Expand Down