We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2927c1f commit 5f36e50Copy full SHA for 5f36e50
1 file changed
schema/cryptography-defs.json
@@ -1108,7 +1108,11 @@
1108
],
1109
"variant": [
1110
{
1111
- "pattern": "SP800_56C_(OneStep|TwoStep)[-{auxFunction}][-{dkmLength}]",
+ "pattern": "SP800_56C_OneStep[-{auxFunction}][-{dkmLength}]",
1112
+ "primitive": "key-derive"
1113
+ }
1114
+ {
1115
+ "pattern": "SP800_56C_TwoStep_(CounterKDF|FeedbackKDF|DoublePipelineKDF)[-{auxFunction}][-{dkmLength}]",
1116
"primitive": "key-derive"
1117
}
1118
]
0 commit comments