diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-13 10:45:32 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-13 10:45:32 +0800 |
commit | 7a36e06984f98153e8b27f5d82603fb7d1227cc8 (patch) | |
tree | 6832b401881d1b7508d8ef908fa5d901781d2419 /src | |
parent | 08c1906ecf95ea18663593df94aadec538dbb715 (diff) | |
download | dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.gz dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.bz2 dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.lz dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.xz dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.tar.zst dexon-bls-7a36e06984f98153e8b27f5d82603fb7d1227cc8.zip |
bn_c_impl.hpp is in public
Diffstat (limited to 'src')
-rw-r--r-- | src/bls_c_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bls_c_impl.hpp b/src/bls_c_impl.hpp index dc4c998..46b3aad 100644 --- a/src/bls_c_impl.hpp +++ b/src/bls_c_impl.hpp @@ -4,7 +4,7 @@ #include <bls/bls.h> #if 1 -#include "bn_c_impl.hpp" +#include "mcl/impl/bn_c_impl.hpp" #else #if MCLBN_FP_UNIT_SIZE == 4 && MCLBN_FR_UNIT_SIZE == 4 #include <mcl/bn256.hpp> |