Started refactoring

This commit is contained in:
Peter Conrad 2015-03-10 11:34:14 +01:00
parent 20230b761e
commit 55c5773a46
4 changed files with 4 additions and 3 deletions

View file

@ -155,7 +155,6 @@ set( fc_sources
src/crypto/sha512.cpp src/crypto/sha512.cpp
src/crypto/dh.cpp src/crypto/dh.cpp
src/crypto/blowfish.cpp src/crypto/blowfish.cpp
src/crypto/elliptic_common.cpp
src/crypto/elliptic_${ECC_IMPL}.cpp src/crypto/elliptic_${ECC_IMPL}.cpp
src/crypto/rand.cpp src/crypto/rand.cpp
src/crypto/salsa20.cpp src/crypto/salsa20.cpp

View file

@ -562,3 +562,5 @@ namespace fc { namespace ecc {
} }
} }
} }
#include "_elliptic_common.cpp"

View file

@ -22,8 +22,6 @@ namespace fc { namespace ecc {
} }
} }
static public_key_data empty_key;
class public_key_impl class public_key_impl
{ {
public: public:
@ -457,3 +455,5 @@ namespace fc { namespace ecc {
} }
} }
} }
#include "_elliptic_common.cpp"