Started refactoring
This commit is contained in:
parent
20230b761e
commit
55c5773a46
4 changed files with 4 additions and 3 deletions
|
|
@ -155,7 +155,6 @@ set( fc_sources
|
|||
src/crypto/sha512.cpp
|
||||
src/crypto/dh.cpp
|
||||
src/crypto/blowfish.cpp
|
||||
src/crypto/elliptic_common.cpp
|
||||
src/crypto/elliptic_${ECC_IMPL}.cpp
|
||||
src/crypto/rand.cpp
|
||||
src/crypto/salsa20.cpp
|
||||
|
|
|
|||
|
|
@ -562,3 +562,5 @@ namespace fc { namespace ecc {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#include "_elliptic_common.cpp"
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@ namespace fc { namespace ecc {
|
|||
}
|
||||
}
|
||||
|
||||
static public_key_data empty_key;
|
||||
|
||||
class public_key_impl
|
||||
{
|
||||
public:
|
||||
|
|
@ -457,3 +455,5 @@ namespace fc { namespace ecc {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#include "_elliptic_common.cpp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue