We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2927c1f commit 6f6b79bCopy full SHA for 6f6b79b
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