aboutsummaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Use static linking for libbls (#132)Wei-Ning Huang2018-09-252-36/+1
|
* core: run first DKG at startup. (#129)Jimmy Hu2018-09-231-4/+4
|
* env.sh: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATHWei-Ning Huang2018-09-211-0/+4
|
* bin: patches: update patch due to upstream changes (#128)Wei-Ning Huang2018-09-211-9/+10
|
* bin: allow non-root homebrew install to work (#113)Wei-Ning Huang2018-09-183-0/+41
| | | | | | | | 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
|
* core: update governance interface and move K into config (#40)Wei-Ning Huang2018-08-101-0/+20
|
* add README (#1)Kordan Ou2018-07-181-0/+8
* add README