Skip to content

Commit 2927c1f

Browse files
authored
Add SP800-56C family
Fixes #876 Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent b92bd46 commit 2927c1f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,21 @@
10981098
}
10991099
]
11001100
},
1101+
{
1102+
"family": "SP800-56C",
1103+
"standard": [
1104+
{
1105+
"name": "SP800-56C",
1106+
"url": "https://doi.org/10.6028/NIST.SP.800-56Cr2"
1107+
}
1108+
],
1109+
"variant": [
1110+
{
1111+
"pattern": "SP800_56C_(OneStep|TwoStep)[-{auxFunction}][-{dkmLength}]",
1112+
"primitive": "key-derive"
1113+
}
1114+
]
1115+
},
11011116
{
11021117
"family": "BLAKE2",
11031118
"standard": [

0 commit comments

Comments
 (0)