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.
1 parent 70d9a25 commit ce0b592Copy full SHA for ce0b592
schema/cryptography-defs.json
@@ -834,6 +834,29 @@
834
}
835
]
836
},
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
857
858
+ ]
859
860
{
861
"family": "GOST",
862
"variant": [
0 commit comments