diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-03-14 13:08:05 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-03-14 13:08:05 +0800 |
commit | 7bf194cb0e67cca5c469e6bca59697da8d6753a9 (patch) | |
tree | fed38fc10c8080b14f9e0d73f46900805d1c821c /include/mcl/bn.hpp | |
parent | d1579890b9fb774494732665dc49e5d5902618d1 (diff) | |
download | dexon-mcl-7bf194cb0e67cca5c469e6bca59697da8d6753a9.tar.gz dexon-mcl-7bf194cb0e67cca5c469e6bca59697da8d6753a9.tar.zst dexon-mcl-7bf194cb0e67cca5c469e6bca59697da8d6753a9.zip |
remove MCL_DEV
Diffstat (limited to 'include/mcl/bn.hpp')
-rw-r--r-- | include/mcl/bn.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mcl/bn.hpp b/include/mcl/bn.hpp index d0283ac..f603207 100644 --- a/include/mcl/bn.hpp +++ b/include/mcl/bn.hpp @@ -6,7 +6,6 @@ @license modified new BSD license http://opensource.org/licenses/BSD-3-Clause */ -//#define MCL_DEV #include <mcl/pairing_util.hpp> namespace mcl { namespace bn { |