We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e32b374 + a1f0ea6 commit b35d028Copy full SHA for b35d028
schema/cryptography-defs.json
@@ -844,6 +844,29 @@
844
}
845
]
846
},
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
867
868
+ ]
869
870
{
871
"family": "GOST",
872
"variant": [
0 commit comments