diff --git a/src/common/crypto_serialization.h b/src/common/crypto_serialization.h index 481b3ff2..99b49354 100644 --- a/src/common/crypto_serialization.h +++ b/src/common/crypto_serialization.h @@ -313,5 +313,16 @@ namespace boost { a & reinterpret_cast(x); } + + //TODO: @sowle please add serialization here +#ifndef _DEBUG + static_assert(false, "todo") +#endif + template + inline void serialize(Archive& a, crypto::scalar_vec_t& x, const boost::serialization::version_type ver) + { + + } + } // namespace serialization } // namespace boost diff --git a/src/crypto/crypto-sugar.h b/src/crypto/crypto-sugar.h index 9dad0b4e..3a76fa59 100644 --- a/src/crypto/crypto-sugar.h +++ b/src/crypto/crypto-sugar.h @@ -1083,7 +1083,6 @@ namespace crypto make_random(); } - }; // scalar_vec_t