enable later

dev
MITSUNARI Shigeo 7 years ago
parent 50189c1652
commit 1cdd69e265
  1. 2
      test/she_test.cpp

@ -233,6 +233,7 @@ CYBOZU_TEST_AUTO(ZkpBin)
ZkpBinTest<CipherTextG2>(sec, ppub);
}
#if 0
template<class PubT>
void ZkpEqTest(const SecretKey& sec, const PubT& pub)
{
@ -288,6 +289,7 @@ CYBOZU_TEST_AUTO(ZkpBinEq)
ppub.init(pub);
ZkpBinEqTest(sec, ppub);
}
#endif
CYBOZU_TEST_AUTO(add_sub_mul)
{

Loading…
Cancel
Save