Skip to content

Commit 5f36e50

Browse files
committed
Add two variants instead of one
1 parent 2927c1f commit 5f36e50

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

schema/cryptography-defs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,11 @@
11081108
],
11091109
"variant": [
11101110
{
1111-
"pattern": "SP800_56C_(OneStep|TwoStep)[-{auxFunction}][-{dkmLength}]",
1111+
"pattern": "SP800_56C_OneStep[-{auxFunction}][-{dkmLength}]",
1112+
"primitive": "key-derive"
1113+
}
1114+
{
1115+
"pattern": "SP800_56C_TwoStep_(CounterKDF|FeedbackKDF|DoublePipelineKDF)[-{auxFunction}][-{dkmLength}]",
11121116
"primitive": "key-derive"
11131117
}
11141118
]

0 commit comments

Comments
 (0)