Skip to content

Commit

Permalink
add bulletproofs to the build, with basic unit tests
Browse files Browse the repository at this point in the history
Based on Java code from Sarang Noether
  • Loading branch information
moneromooo-monero committed Dec 8, 2017
1 parent fe12026 commit 90b8d9f
Show file tree
Hide file tree
Showing 5 changed files with 914 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ringct/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ set(ringct_sources
rctOps.cpp
rctSigs.cpp
rctTypes.cpp
rctCryptoOps.c)
rctCryptoOps.c
bulletproofs.cc)

set(ringct_headers)

set(ringct_private_headers
rctOps.h
rctSigs.h
rctTypes.h)
rctTypes.h
bulletproofs.h)

monero_private_headers(ringct
${crypto_private_headers})
Expand All @@ -51,4 +53,5 @@ target_link_libraries(ringct
cncrypto
cryptonote_basic
PRIVATE
${OPENSSL_LIBRARIES}
${EXTRA_LIBRARIES})
Loading

0 comments on commit 90b8d9f

Please sign in to comment.