update-fork
MITSUNARI Shigeo 4 years ago
parent d0e2d6ce15
commit 5a2f20f650
  1. 2
      include/mcl/elgamal.hpp

@ -386,7 +386,7 @@ struct ElgamalT {
create table g^i for i in [rangeMin, rangeMax] create table g^i for i in [rangeMin, rangeMax]
*/ */
struct PowerCache { struct PowerCache {
#if (CYBOZU_CPP_VERSION > CYBOZU_CPP_VERSION_CP03) #if (CYBOZU_CPP_VERSION > CYBOZU_CPP_VERSION_CPP03)
typedef CYBOZU_NAMESPACE_STD::unordered_map<Ec, int> Cache; typedef CYBOZU_NAMESPACE_STD::unordered_map<Ec, int> Cache;
#else #else
typedef std::map<Ec, int> Cache; typedef std::map<Ec, int> Cache;

Loading…
Cancel
Save