Skip to content

Commit 3c92ef0

Browse files
committed
Remove duplicate KDF, merge with kdf with SP800-108r1
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
1 parent 62ab8e6 commit 3c92ef0

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

schema/cryptography-defs.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -504,21 +504,6 @@
504504
}
505505
]
506506
},
507-
{
508-
"family": "KMAC",
509-
"standard": [
510-
{
511-
"name": "SP800-108r1",
512-
"url": "https://doi.org/10.6028/NIST.SP.800-108r1-upd1"
513-
}
514-
],
515-
"variant": [
516-
{
517-
"pattern": "KMAC[-(128|256)]",
518-
"primitive": "mac"
519-
}
520-
]
521-
},
522507
{
523508
"family": "UMAC",
524509
"standard": [
@@ -1108,7 +1093,7 @@
11081093
],
11091094
"variant": [
11101095
{
1111-
"pattern": "SP800_108_(CounterKDF|FeedbackKDF|DoublePipelineKDF)[-{prfFunction}][-{dkmLength}]",
1096+
"pattern": "SP800_108_(CounterKDF|FeedbackKDF|DoublePipelineKDF|KMAC)[-{prfFunction}][-{dkmLength}]",
11121097
"primitive": "key-derive"
11131098
}
11141099
]

0 commit comments

Comments
 (0)