diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-17 04:36:42 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-17 04:36:42 +0800 |
commit | 5aac84e9ab6b14d6c6402389d28fc1d488766444 (patch) | |
tree | 420eb201aaca7c5c897877e27b6ff5c6c89f5f67 | |
parent | fd87313f6121fdbad3f3e3b8a8c495d083cef169 (diff) | |
download | dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.gz dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.tar.zst dexon-bls-5aac84e9ab6b14d6c6402389d28fc1d488766444.zip |
fix comment
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |