Skip to content

Commit

Permalink
Add highly parallelized worker/helper for BLS/DKG calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock authored and random-zebra committed Sep 14, 2021
1 parent df56dea commit 225c8a8
Show file tree
Hide file tree
Showing 4 changed files with 1,170 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ set(SERVER_SOURCES
./src/bloom.cpp
./src/blocksignature.cpp
./src/bls/bls_ies.cpp
./src/bls/bls_worker.cpp
./src/bls/bls_wrapper.cpp
./src/chain.cpp
./src/checkpoints.cpp
Expand Down
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ BITCOIN_CORE_H = \
bloom.h \
blocksignature.h \
bls/bls_ies.h \
bls/bls_worker.h \
bls/bls_wrapper.h \
chain.h \
chainparams.h \
Expand Down Expand Up @@ -341,6 +342,7 @@ libbitcoin_server_a_SOURCES = \
bloom.cpp \
blocksignature.cpp \
bls/bls_ies.cpp \
bls/bls_worker.cpp \
bls/bls_wrapper.cpp \
chain.cpp \
checkpoints.cpp \
Expand Down
Loading

0 comments on commit 225c8a8

Please sign in to comment.