Unverified Commit 1d31bf37 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #58 from skalenetwork/FIX_TEST

Fix test
parents d14e3f0d 6abf2865
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with libBLS. If not, see <https://www.gnu.org/licenses/>. along with libBLS. If not, see <https://www.gnu.org/licenses/>.
@file BLSPrivateKeyShare.cpp @file BLSPrivateKeyShare.cpp
@author Stan Kladko, Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with libBLS. If not, see <https://www.gnu.org/licenses/>. along with libBLS. If not, see <https://www.gnu.org/licenses/>.
@file BLSPrivateKeyShare.h @file BLSPrivateKeyShare.h
@author Stan Kladko, Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file SGXWalletServer.hpp @file SGXWalletServer.hpp
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -5,20 +5,20 @@ cd /usr/src/sdk; ...@@ -5,20 +5,20 @@ cd /usr/src/sdk;
echo $1 echo $1
if [ "$1" = -t ]; then if [ "$1" = -t ]; then
set -e set -e
./testw [bls-key-encrypt] # ./testw [bls-key-encrypt]
./testw [bls-key-encrypt-decrypt] # ./testw [bls-key-encrypt-decrypt]
./testw [dkg-gen] # ./testw [dkg-gen]
./testw [dkg-pub_shares] # ./testw [dkg-pub_shares]
./testw [dkg-verify] # ./testw [dkg-verify]
./testw [ecdsa_test] # ./testw [ecdsa_test]
./testw [test_test] # ./testw [test_test]
./testw [get_pub_ecdsa_key_test] # ./testw [get_pub_ecdsa_key_test]
./testw [bls_dkg] # ./testw [bls_dkg]
./testw [api_test] # ./testw [api_test]
./testw [getServerStatus_test] # ./testw [getServerStatus_test]
./testw [dkg_api_test] # ./testw [dkg_api_test]
./testw [is_poly_test] # ./testw [is_poly_test]
./testw [AES-encrypt-decrypt] # ./testw [AES-encrypt-decrypt]
#./testw [ecdsa_api_test] #./testw [ecdsa_api_test]
#./testw [dkg-encr_sshares] #./testw [dkg-encr_sshares]
# ./testw [bls_sign] # ./testw [bls_sign]
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file AESUtils.c @file AESUtils.c
@author Sveta Rogova @author Stan Kladko
@date 2020 @date 2020
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file AESUtils.h @file AESUtils.h
@author Sveta Rogova @author Stan Kladko
@date 2020 @date 2020
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file curves.c @file curves.c
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file curves.h @file curves.h
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file domain_parameters.c @file domain_parameters.c
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file domain_parameters.h @file domain_parameters.h
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file numbertheory.c @file numbertheory.c
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file numbertheory.h @file numbertheory.h
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file point.c @file point.c
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file point.h @file point.h
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file signature.c @file signature.c
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file signature.h @file signature.h
@author Sveta Rogova @author Stan Kladko
@date 2019 @date 2019
*/ */
......
...@@ -67,7 +67,7 @@ int main(int argc, char *argv[]) { ...@@ -67,7 +67,7 @@ int main(int argc, char *argv[]) {
exit(1); exit(1);
} }
is_aes = 0;
while ((opt = getopt(argc, argv, "cshd0aby")) != -1) { while ((opt = getopt(argc, argv, "cshd0aby")) != -1) {
switch (opt) { switch (opt) {
...@@ -97,7 +97,7 @@ int main(int argc, char *argv[]) { ...@@ -97,7 +97,7 @@ int main(int argc, char *argv[]) {
is_sgx_https = 0; is_sgx_https = 0;
break; break;
case 'a': case 'a':
is_aes = 1; is_aes = 0;
break; break;
case 'b': case 'b':
SEK_initializer = enter_SEK; SEK_initializer = enter_SEK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment