diff --git a/.github/workflows/external.json b/.github/workflows/external.json index efa76bbcad..955574af7c 100644 --- a/.github/workflows/external.json +++ b/.github/workflows/external.json @@ -40,4 +40,37 @@ , "scenario" : "xsalsa" , "options" : "" } + + , + + { "name" : "xmss-acai" + , "repository" : "https://github.com/MM45/FV-XMSS-EC" + , "branch" : "master" + , "subdir" : "." + , "config" : "config/tests.config" + , "scenario" : "xmss-acai" + , "options" : "" + } + + , + + { "name" : "xmss-fsai" + , "repository" : "https://github.com/MM45/FV-XMSS-EC" + , "branch" : "master" + , "subdir" : "." + , "config" : "config/tests.config" + , "scenario" : "xmss-fsai" + , "options" : "" + } + + , + + { "name" : "sphincsplus" + , "repository" : "https://github.com/MM45/FV-SPHINCSPLUS-EC" + , "branch" : "master" + , "subdir" : "." + , "config" : "config/tests.config" + , "scenario" : "sphincsplus" + , "options" : "" + } ]