diff options
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); } |