aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-09-07 09:16:50 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-09-07 09:16:50 +0800
commitf8661811a8a42f468e6426765a22ae547d40faa4 (patch)
treea692d561210c682c9b90890dfca7c107f2a8c005 /readme.md
parentdb1e1743e2bff3e02a415e4ec2cbbd0c339df8ee (diff)
downloaddexon-mcl-f8661811a8a42f468e6426765a22ae547d40faa4.tar.gz
dexon-mcl-f8661811a8a42f468e6426765a22ae547d40faa4.tar.zst
dexon-mcl-f8661811a8a42f468e6426765a22ae547d40faa4.zip
contains xbyak
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/readme.md b/readme.md
index 6db805d..4834fe4 100644
--- a/readme.md
+++ b/readme.md
@@ -82,7 +82,6 @@ mkdir work
cd work
git clone git://github.com/herumi/mcl
git clone git://github.com/herumi/cybozulib
-git clone git://github.com/herumi/xbyak ; for only x86/x64
git clone git://github.com/herumi/cybozulib_ext ; for only Windows
```
* Cybozulib\_ext is a prerequisite for running OpenSSL and GMP on VC (Visual C++).
@@ -320,17 +319,10 @@ See [java.md](https://github.com/herumi/mcl/blob/master/java/java.md)
modified new BSD License
http://opensource.org/licenses/BSD-3-Clause
-The original source of the followings are https://github.com/aistcrypt/Lifted-ElGamal .
-These files are licensed by BSD-3-Clause and are used for only tests.
-
-```
-include/mcl/elgamal.hpp
-include/mcl/window_method.hpp
-test/elgamal_test.cpp
-test/window_method_test.cpp
-sample/vote.cpp
-```
-This library contains [mie](https://github.com/herumi/mie/) and [Lifted-ElGamal](https://github.com/aistcrypt/Lifted-ElGamal/).
+This library contains some part of the followings software licensed by BSD-3-Clause.
+* [xbyak](https://github.com/heurmi/xbyak)
+* [mie](https://github.com/herumi/mie)
+* [Lifted-ElGamal](https://github.com/aistcrypt/Lifted-ElGamal)
# References
* [ate-pairing](https://github.com/herumi/ate-pairing/)