diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-06 04:19:10 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-06 04:19:10 +0800 |
commit | 9475f3c408de4673427e7396b87ade704aa6e889 (patch) | |
tree | 097abf4d83213d32d8fbba25e3e07ac37ae643fc | |
parent | ea5f87f79b79e45c14cd3e3c6b146a17c24ae50f (diff) | |
download | dexon-mcl-9475f3c408de4673427e7396b87ade704aa6e889.tar.gz dexon-mcl-9475f3c408de4673427e7396b87ade704aa6e889.tar.zst dexon-mcl-9475f3c408de4673427e7396b87ade704aa6e889.zip |
rename libbn256_if.so to libbn256_ifs.so
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -93,8 +93,10 @@ finalExp 546.259Kclk # Libraries
-* libmcl.a, libmcl.so ; core library for C++
-* libbn256_if.a, libbn256_if.so ; `mcl/bn256_if.h` which is wrapped bn256.hpp for C interface
+* libmcl.a ; static library of mcl for C++
+* libmcls.so ; shared library of mcl for C++
+* libbn256_if.a ; static library for C. include `mcl/bn256_if.h`
+* libbn256_ifs.so ; shared library for C.
# How to initialize pairing library
Call `mcl::bn256::bn256init` before calling any operations.
|