diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-04-02 06:36:45 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-04-02 06:36:45 +0800 |
commit | 1cdd69e265a21aa71968f9dee45141a87d1d59dd (patch) | |
tree | 25e02b62738e814d261411dc10693b29c0f539df | |
parent | 50189c16525097df518bb669786c9e958df12cee (diff) | |
download | tangerine-mcl-1cdd69e265a21aa71968f9dee45141a87d1d59dd.tar.gz tangerine-mcl-1cdd69e265a21aa71968f9dee45141a87d1d59dd.tar.zst tangerine-mcl-1cdd69e265a21aa71968f9dee45141a87d1d59dd.zip |
enable later
-rw-r--r-- | test/she_test.cpp | 2 |
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) { |