Skip to content

Commit 28f2ce4

Browse files
Add SP800-56C family (#877)
Fixes #876
2 parents 263aa27 + 482573e commit 28f2ce4

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

schema/cryptography-defs.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,26 @@
10971097
"variant": [
10981098
{
10991099
"pattern": "SP800_108_(CounterKDF|FeedbackKDF|DoublePipelineKDF|KMAC)[-{prfFunction}][-{dkmLength}]",
1100-
"primitive": "key-derive"
1100+
"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+
"primitive": "kdf"
1116+
}
1117+
{
1118+
"pattern": "SP800_56C_TwoStep_(CounterKDF|FeedbackKDF|DoublePipelineKDF)[-{auxFunction}][-{dkmLength}]",
1119+
"primitive": "kdf"
11011120
}
11021121
]
11031122
},

0 commit comments

Comments
 (0)