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.
2 parents 263aa27 + 482573e commit 28f2ce4Copy full SHA for 28f2ce4
schema/cryptography-defs.json
@@ -1097,7 +1097,26 @@
1097
"variant": [
1098
{
1099
"pattern": "SP800_108_(CounterKDF|FeedbackKDF|DoublePipelineKDF|KMAC)[-{prfFunction}][-{dkmLength}]",
1100
- "primitive": "key-derive"
+ "primitive": "kdf"
1101
+ }
1102
+ ]
1103
+ },
1104
+ {
1105
+ "family": "SP800-56C",
1106
+ "standard": [
1107
1108
+ "name": "SP800-56C",
1109
+ "url": "https://doi.org/10.6028/NIST.SP.800-56Cr2"
1110
1111
+ ],
1112
+ "variant": [
1113
1114
+ "pattern": "SP800_56C_OneStep[-{auxFunction}][-{dkmLength}]",
1115
1116
1117
1118
+ "pattern": "SP800_56C_TwoStep_(CounterKDF|FeedbackKDF|DoublePipelineKDF)[-{auxFunction}][-{dkmLength}]",
1119
1120
}
1121
]
1122
},
0 commit comments