diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-28 12:42:47 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-29 04:55:10 +0800 |
commit | 4914d4ce293508c0224c0f62eb1c0efad492f75a (patch) | |
tree | 6669f2f5cc84675280fae72de9422b0106482d53 /src | |
parent | 4030fb3e0558ab3cf463be31e6a717d9a0e8996d (diff) | |
download | tangerine-mcl-4914d4ce293508c0224c0f62eb1c0efad492f75a.tar.gz tangerine-mcl-4914d4ce293508c0224c0f62eb1c0efad492f75a.tar.zst tangerine-mcl-4914d4ce293508c0224c0f62eb1c0efad492f75a.zip |
remove bn_current
Diffstat (limited to 'src')
-rw-r--r-- | src/she_c_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/she_c_impl.hpp b/src/she_c_impl.hpp index 25054b8..58afe2a 100644 --- a/src/she_c_impl.hpp +++ b/src/she_c_impl.hpp @@ -12,7 +12,7 @@ #include <mcl/she.hpp> using namespace mcl::she; -using namespace mcl::bn_current; +using namespace mcl::bn; static SecretKey *cast(sheSecretKey *p) { return reinterpret_cast<SecretKey*>(p); } static const SecretKey *cast(const sheSecretKey *p) { return reinterpret_cast<const SecretKey*>(p); } |