aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-04-02 06:36:45 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-04-02 06:36:45 +0800
commit1cdd69e265a21aa71968f9dee45141a87d1d59dd (patch)
tree25e02b62738e814d261411dc10693b29c0f539df
parent50189c16525097df518bb669786c9e958df12cee (diff)
downloadtangerine-mcl-1cdd69e265a21aa71968f9dee45141a87d1d59dd.tar.gz
tangerine-mcl-1cdd69e265a21aa71968f9dee45141a87d1d59dd.tar.zst
tangerine-mcl-1cdd69e265a21aa71968f9dee45141a87d1d59dd.zip
enable later
-rw-r--r--test/she_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/she_test.cpp b/test/she_test.cpp
index 6843d82..ff5cb6e 100644
--- a/test/she_test.cpp
+++ b/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)
{