fix bgn::SecretKey::readStream

dev
MITSUNARI Shigeo 7 years ago
parent 22efc7c0cb
commit f7b6482003
  1. 1
      include/mcl/bgn.hpp

@ -552,6 +552,7 @@ public:
{
x.readStream(is, ioMode);
y.readStream(is, ioMode);
initInner();
return is;
}
void getStr(std::string& str, int ioMode = 0) const

Loading…
Cancel
Save