Add sources

This commit is contained in:
2018-06-05 22:08:10 +02:00
parent bcc80a4727
commit c8947f3bac
17 changed files with 802 additions and 0 deletions

4
test/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_executable(compute_hash compute_hash.cpp Hash.cpp Hash.h)
target_link_libraries(compute_hash PRIVATE blockchain md5 sha1 sha256)