Skip to content

Commit

Permalink
updated to use big integer
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Sep 26, 2017
1 parent 59184ca commit 003ebf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions test/main.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "test.h"
//#include "zlib-test.h"
//#include "aes-test.h"
//#include "base64-test.h"
//#include "base16-test.h"
#include "big-integer-test.h"
#include "zlib-test.h"
#include "aes-test.h"
#include "base64-test.h"
#include "base16-test.h"
//#include "big-integer-test.h"
#include "rsa-test.h"

INITIALIZE_EASYLOGGINGPP
Expand Down
2 changes: 1 addition & 1 deletion test/rsa-test.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# include "src/base64.h"
#endif

#define USE_CRYPTOPP_BIG_INTEGER 0
#define USE_CRYPTOPP_BIG_INTEGER 1

#include <type_traits>
#if USE_CRYPTOPP_BIG_INTEGER
Expand Down

0 comments on commit 003ebf1

Please sign in to comment.