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 committed Oct 10, 2018
1 parent aa3b0aa commit 3ee27c1
Show file tree
Hide file tree
Showing 3 changed files with 1,163 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Expand Up @@ -424,6 +424,8 @@ libdash_util_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libdash_util_a_SOURCES = \
crypto/bls_ies.cpp \
crypto/bls_ies.h \
crypto/bls_worker.cpp \
crypto/bls_worker.h \
support/lockedpool.cpp \
chainparamsbase.cpp \
clientversion.cpp \
Expand Down

0 comments on commit 3ee27c1

Please sign in to comment.