Skip to content

Commit

Permalink
[external ci] add xsalsa security
Browse files Browse the repository at this point in the history
  • Loading branch information
fdupress authored and strub committed Apr 22, 2024
1 parent 66c2deb commit 89c4f16
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/external.json
Expand Up @@ -40,4 +40,15 @@
, "scenario" : "cryptobox"
, "options" : "-pragmas Proofs:weak"
}

,

{ "name" : "xsalsa20"
, "repository" : "https://gitlab.com/fdupress/ec-xsalsa"
, "branch" : "master"
, "subdir" : "."
, "config" : "config/tests.config"
, "scenario" : "xsalsa"
, "options" : "-pragmas Proofs:weak"
}
]

0 comments on commit 89c4f16

Please sign in to comment.