aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-14 17:25:29 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-14 17:25:29 -0400
commit97c3a85d32893ec5f17ecd807a45bac935e42dd5 (patch)
treecb90ffcc07e09faf4b37ca0759fda2f65aa36714 /hal.h
parenta20af9980516d516f0403bb80551db8d283aa383 (diff)
Add support for ModExpA7
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/hal.h b/hal.h
index 12ed579..776acac 100644
--- a/hal.h
+++ b/hal.h
@@ -90,8 +90,14 @@
#define CHACHA_NAME "chacha "
#define CHACHA_VERSION "0.80"
-#define MODEXPS6_NAME "modexps6"
-#define MODEXPS6_VERSION "0.10"
+#define MODEXP_NAME "modexp"
+#define MODEXP_VERSION "0.10"
+
+#define MODEXPS6_NAME "modexps6"
+#define MODEXPS6_VERSION "0.10"
+
+#define MODEXPA7_NAME "modexpa7"
+#define MODEXPA7_VERSION "0.10"
#define MKMIF_NAME "mkmif "
#define MKMIF_VERSION "0.10"