aboutsummaryrefslogtreecommitdiff
path: root/config/config.cfg
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-24 23:16:50 -0400
committerRob Austein <sra@hactrn.net>2015-09-24 23:16:50 -0400
commit0ddd4002f9cf59e72a6f2ec1645c2b4569b3ebc3 (patch)
tree9b72b500d98d591f4d9a0903018f80b31befcbea /config/config.cfg
parenta8730df1d75d06193335c65b9c9e92c3573ff93d (diff)
Git rid of commas in config language, add some comments.
Diffstat (limited to 'config/config.cfg')
-rw-r--r--config/config.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.cfg b/config/config.cfg
index 360988e..65659f7 100644
--- a/config/config.cfg
+++ b/config/config.cfg
@@ -4,7 +4,7 @@
default = rsa
[hash-only]
-cores = sha1, sha256, sha512
+cores = sha1 sha256 sha512
[trng-only]
cores = trng
@@ -13,7 +13,7 @@ cores = trng
cores = modexp
[rsa]
-cores = sha256, aes, trng, modexp
+cores = sha256 aes trng modexp
[multi-test]
-cores = sha256, aes, aes, chacha, aes
+cores = sha256 aes aes chacha aes