aboutsummaryrefslogtreecommitdiff
path: root/config/config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.cfg')
-rw-r--r--config/config.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/config.cfg b/config/config.cfg
new file mode 100644
index 0000000..360988e
--- /dev/null
+++ b/config/config.cfg
@@ -0,0 +1,19 @@
+# Config file for the Cryptech Novena FPGA framework.
+
+[default]
+default = rsa
+
+[hash-only]
+cores = sha1, sha256, sha512
+
+[trng-only]
+cores = trng
+
+[modexp-only]
+cores = modexp
+
+[rsa]
+cores = sha256, aes, trng, modexp
+
+[multi-test]
+cores = sha256, aes, aes, chacha, aes