Added signature functions
This commit is contained in:
parent
7bfb801ce2
commit
8458b4ee39
11 changed files with 5089 additions and 7 deletions
|
@ -78,7 +78,9 @@ set(HEADERS_BASE
|
|||
src/base/tools/Timer.h
|
||||
src/base/tools/cryptonote/BlobReader.h
|
||||
src/base/tools/cryptonote/BlockTemplate.h
|
||||
src/base/tools/cryptonote/Signatures.h
|
||||
src/base/tools/cryptonote/WalletAddress.h
|
||||
src/base/tools/cryptonote/crypto-ops.h
|
||||
)
|
||||
|
||||
set(SOURCES_BASE
|
||||
|
@ -130,7 +132,10 @@ set(SOURCES_BASE
|
|||
src/base/tools/String.cpp
|
||||
src/base/tools/Timer.cpp
|
||||
src/base/tools/cryptonote/BlockTemplate.cpp
|
||||
src/base/tools/cryptonote/Signatures.cpp
|
||||
src/base/tools/cryptonote/WalletAddress.cpp
|
||||
src/base/tools/cryptonote/crypto-ops.c
|
||||
src/base/tools/cryptonote/crypto-ops-data.c
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue