aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install_dkg_dep.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use static linking for libbls (#132)Wei-Ning Huang2018-09-251-10/+1
|
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-4/+4
|
* bin: allow non-root homebrew install to work (#113)Wei-Ning Huang2018-09-181-0/+5
| | | | | | | | In order for non-root homebrew install to work, we need to setup some custom CFLAGS and LDFLAGS variables, we also need to patch the mcl library so we are able to build. A PR is sent to the mcl upstream, the local patch will be removed once the upstream PR is merged.
* crypto: dkg implementation and test. (#96)Jimmy Hu2018-09-131-0/+3
| | | | | | | | * DKG API and test. * Change naming * Broadcast pubShares
* CRYPTO: dkg library (#95)Jimmy Hu2018-09-051-0/+21