Skip to content

Commit

Permalink
[External CI] Add XMSS and SPHINCS+ (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: François Dupressoir <[email protected]>
  • Loading branch information
MM45 and fdupress authored Aug 21, 2024
1 parent 3a56e18 commit 791bfa7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : ""
}
]

0 comments on commit 791bfa7

Please sign in to comment.