Skip to content

Commit 791bfa7

Browse files
MM45fdupress
andauthored
[External CI] Add XMSS and SPHINCS+ (#601)
Co-authored-by: François Dupressoir <[email protected]>
1 parent 3a56e18 commit 791bfa7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/workflows/external.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,37 @@
4040
, "scenario" : "xsalsa"
4141
, "options" : ""
4242
}
43+
44+
,
45+
46+
{ "name" : "xmss-acai"
47+
, "repository" : "https://github.com/MM45/FV-XMSS-EC"
48+
, "branch" : "master"
49+
, "subdir" : "."
50+
, "config" : "config/tests.config"
51+
, "scenario" : "xmss-acai"
52+
, "options" : ""
53+
}
54+
55+
,
56+
57+
{ "name" : "xmss-fsai"
58+
, "repository" : "https://github.com/MM45/FV-XMSS-EC"
59+
, "branch" : "master"
60+
, "subdir" : "."
61+
, "config" : "config/tests.config"
62+
, "scenario" : "xmss-fsai"
63+
, "options" : ""
64+
}
65+
66+
,
67+
68+
{ "name" : "sphincsplus"
69+
, "repository" : "https://github.com/MM45/FV-SPHINCSPLUS-EC"
70+
, "branch" : "master"
71+
, "subdir" : "."
72+
, "config" : "config/tests.config"
73+
, "scenario" : "sphincsplus"
74+
, "options" : ""
75+
}
4376
]

0 commit comments

Comments
 (0)