Skip to content

Commit ce0b592

Browse files
authored
Add ANSI KDFs
Fixes #856 Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent 70d9a25 commit ce0b592

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

schema/cryptography-defs.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,29 @@
834834
}
835835
]
836836
},
837+
{
838+
"family": "ANSI-KDF",
839+
"standard": [
840+
{
841+
"name": "X9.42",
842+
"url": "https://webstore.ansi.org/standards/ASCX9/ansix9422003r2013"
843+
},
844+
{
845+
"name": "X9.63",
846+
"url": "https://webstore.ansi.org/standards/ASCX9/ansix9632011r2017"
847+
}
848+
],
849+
"variant": [
850+
{
851+
"pattern": "ANSI-KDF-X9.42[-{hashAlgorithm}]",
852+
"primitive": "kdf"
853+
},
854+
{
855+
"pattern": "ANSI-KDF-X9.63[-{hashAlgorithm}]",
856+
"primitive": "kdf"
857+
}
858+
]
859+
},
837860
{
838861
"family": "GOST",
839862
"variant": [

0 commit comments

Comments
 (0)