Skip to content

Commit b35d028

Browse files
Add ANSI KDFs (#881)
Fixes #856
2 parents e32b374 + a1f0ea6 commit b35d028

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
@@ -844,6 +844,29 @@
844844
}
845845
]
846846
},
847+
{
848+
"family": "ANSI-KDF",
849+
"standard": [
850+
{
851+
"name": "X9.42",
852+
"url": "https://webstore.ansi.org/standards/ASCX9/ansix9422003r2013"
853+
},
854+
{
855+
"name": "X9.63",
856+
"url": "https://webstore.ansi.org/standards/ASCX9/ansix9632011r2017"
857+
}
858+
],
859+
"variant": [
860+
{
861+
"pattern": "ANSI-KDF-X9.42[-{hashAlgorithm}]",
862+
"primitive": "kdf"
863+
},
864+
{
865+
"pattern": "ANSI-KDF-X9.63[-{hashAlgorithm}]",
866+
"primitive": "kdf"
867+
}
868+
]
869+
},
847870
{
848871
"family": "GOST",
849872
"variant": [

0 commit comments

Comments
 (0)