diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-16 13:35:44 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-16 13:35:44 +0800 |
commit | abedc0b31fa76a8b4b94d721ff4c547adec26201 (patch) | |
tree | 31b70220497b151232fe138ed0651561b3bc0d07 | |
parent | b3b1c63e8877b228d260510ca3d69db81381652e (diff) | |
download | tangerine-mcl-abedc0b31fa76a8b4b94d721ff4c547adec26201.tar.gz tangerine-mcl-abedc0b31fa76a8b4b94d721ff4c547adec26201.tar.zst tangerine-mcl-abedc0b31fa76a8b4b94d721ff4c547adec26201.zip |
fp does not require serializer.hpp
-rw-r--r-- | include/mcl/fp.hpp | 2 | ||||
-rw-r--r-- | include/mcl/she.hpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/mcl/fp.hpp b/include/mcl/fp.hpp index 4800da4..0fb347c 100644 --- a/include/mcl/fp.hpp +++ b/include/mcl/fp.hpp @@ -25,7 +25,7 @@ #endif #endif #include <cybozu/hash.hpp> -#include <cybozu/serializer.hpp> +#include <cybozu/stream.hpp> #include <mcl/op.hpp> #include <mcl/util.hpp> #include <mcl/operator.hpp> diff --git a/include/mcl/she.hpp b/include/mcl/she.hpp index 285ee3d..99ea9db 100644 --- a/include/mcl/she.hpp +++ b/include/mcl/she.hpp @@ -34,6 +34,7 @@ namespace bn_current = mcl::bn512; #include <mcl/window_method.hpp> #include <cybozu/endian.hpp> +#include <cybozu/serializer.hpp> namespace mcl { namespace she { |