aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-10 18:34:18 -0400
committerRob Austein <sra@hactrn.net>2015-06-10 18:34:18 -0400
commit9cca19087b29d5678dc39fd446bd8f6a6036b097 (patch)
treea925c7684f9f13a69a8bcd4b9ba9461289a121ea /Makefile.in
parente1029f9213ba3df2b3b1774c4085df9df67352de (diff)
Add hal_modexp(), since the protocol is a bit complex. Rewrite
test-rsa to use hal_modexp(), and generate a new set of test keys without the whacky padding, since hal_modexp() now handles that.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ac3663d..2e86815 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,7 +29,7 @@
INC = cryptech.h
LIB = libcryptech.a
-OBJ = ${IO_OBJ} csprng.o hash.o aes_keywrap.o pbkdf2.o errorstrings.o
+OBJ = ${IO_OBJ} csprng.o hash.o aes_keywrap.o pbkdf2.o modexp.o errorstrings.o
IO_OBJ = ${IO_OBJ_@FPGA_BUS@}
IO_OBJ_EIM = hal_io_eim.o novena-eim.o