aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dexon-foundation/bls/readme.md
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-12-27 18:09:45 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:20 +0800
commit980e57e46f0c7b29357baf31447871abff8192d6 (patch)
tree965f985f56f219418f5f577e18f72b37b49e4626 /vendor/github.com/dexon-foundation/bls/readme.md
parenta7bb33e5dba4f4b24a848c64954bf1659583e5a4 (diff)
downloadgo-tangerine-980e57e46f0c7b29357baf31447871abff8192d6.tar.gz
go-tangerine-980e57e46f0c7b29357baf31447871abff8192d6.tar.zst
go-tangerine-980e57e46f0c7b29357baf31447871abff8192d6.zip
vendor: sync dexon-foundation/bls to latest dev (#108)
Diffstat (limited to 'vendor/github.com/dexon-foundation/bls/readme.md')
-rw-r--r--vendor/github.com/dexon-foundation/bls/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/dexon-foundation/bls/readme.md b/vendor/github.com/dexon-foundation/bls/readme.md
index 544fee3ca..08aac6ca1 100644
--- a/vendor/github.com/dexon-foundation/bls/readme.md
+++ b/vendor/github.com/dexon-foundation/bls/readme.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.com/Spiderpowa/bls.png?branch=dev)](https://travis-ci.com/Spiderpowa/bls)
+[![Build Status](https://travis-ci.com/dexon-foundation/bls.png?branch=dev)](https://travis-ci.com/dexon-foundation/bls)
# BLS threshold signature
@@ -10,8 +10,8 @@ Create a working directory (e.g., work) and clone the following repositories.
```
mkdir work
cd work
-git clone git://github.com/herumi/mcl.git
-git clone git://github.com/herumi/bls.git
+git clone git://github.com/dexon-foundation/mcl.git
+git clone git://github.com/dexon-foundation/bls.git
git clone git://github.com/herumi/cybozulib_ext ; for only Windows
```