aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-09-17 04:36:42 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-09-17 04:36:42 +0800
commit5aac84e9ab6b14d6c6402389d28fc1d488766444 (patch)
tree420eb201aaca7c5c897877e27b6ff5c6c89f5f67
parentfd87313f6121fdbad3f3e3b8a8c495d083cef169 (diff)
downloaddexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar
dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.gz
dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.bz2
dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.lz
dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.xz
dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.zst
dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.zip
fix comment
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 7ccc2e8..0130c04 100644
--- a/readme.md
+++ b/readme.md
@@ -15,7 +15,7 @@ git clone git://github.com/herumi/bls.git
git clone git://github.com/herumi/cybozulib_ext ; for only Windows
```
-# **REMARK** libbls.a is removed
+# **REMARK** libbls.a for C++ interface(bls/bls.hpp) is removed
Link `lib/libbls256.a` or `lib/libbls384.a` to use `bls/bls.hpp` according to MCLBN_FP_UNIT_SIZE = 4 or 6.
# Build and test for Linux