summaryrefslogtreecommitdiffstats
path: root/src/tests/data/test_ffi_json/generate-pair-dsa-elg.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tests/data/test_ffi_json/generate-pair-dsa-elg.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/data/test_ffi_json/generate-pair-dsa-elg.json b/src/tests/data/test_ffi_json/generate-pair-dsa-elg.json
new file mode 100644
index 0000000..2df60c4
--- /dev/null
+++ b/src/tests/data/test_ffi_json/generate-pair-dsa-elg.json
@@ -0,0 +1,11 @@
+{
+ "primary": {
+ "type": "DSA",
+ "length": 1024,
+ "userid": "test0"
+ },
+ "sub": {
+ "type": "Elgamal",
+ "length": 1536
+ }
+}