Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
f67ce344
Unverified
Commit
f67ce344
authored
Aug 11, 2019
by
kladkogex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed
parent
7c1689a6
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
85 additions
and
422 deletions
+85
-422
Makefile
EnclaveGmpTest/Makefile
+10
-10
Makefile
Makefile
+33
-48
Makefile.am
Makefile.am
+4
-5
Makefile.in
Makefile.in
+23
-38
config.log
config.log
+6
-312
config.status
config.status
+7
-7
libBLS
libBLS
+1
-1
libff
libff
+1
-1
No files found.
EnclaveGmpTest/Makefile
View file @
f67ce344
...
...
@@ -177,12 +177,12 @@ CTAGS = ctags
am__DIST_COMMON
=
$(srcdir)
/Makefile.in
\
$(top_srcdir)
/build-aux/sgx_enclave.am
$(top_srcdir)
/depcomp
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
${
SHELL
}
/d/sgx
-gmp-demo
/missing aclocal-1.15
ACLOCAL
=
${
SHELL
}
/d/sgx
d
/missing aclocal-1.15
AMTAR
=
$$
{
TAR-tar
}
AM_DEFAULT_VERBOSITY
=
1
AUTOCONF
=
${
SHELL
}
/d/sgx
-gmp-demo
/missing autoconf
AUTOHEADER
=
${
SHELL
}
/d/sgx
-gmp-demo
/missing autoheader
AUTOMAKE
=
${
SHELL
}
/d/sgx
-gmp-demo
/missing automake-1.15
AUTOCONF
=
${
SHELL
}
/d/sgx
d
/missing autoconf
AUTOHEADER
=
${
SHELL
}
/d/sgx
d
/missing autoheader
AUTOMAKE
=
${
SHELL
}
/d/sgx
d
/missing automake-1.15
AWK
=
mawk
CC
=
gcc
CCDEPMODE
=
depmode
=
gcc3
...
...
@@ -212,7 +212,7 @@ LIBOBJS =
LIBS
=
LIBS_HW_SIMU
=
LTLIBOBJS
=
MAKEINFO
=
${
SHELL
}
/d/sgx
-gmp-demo
/missing makeinfo
MAKEINFO
=
${
SHELL
}
/d/sgx
d
/missing makeinfo
MKDIR_P
=
/bin/mkdir
-p
OBJEXT
=
o
PACKAGE
=
sgx-gmp-test
...
...
@@ -249,10 +249,10 @@ STRIP =
TGMP_CPPFLAGS
=
-I
/opt/gmp/6.1.2/include
TGMP_LDFLAGS
=
-L
/opt/gmp/6.1.2/lib
VERSION
=
1.0
abs_builddir
=
/d/sgx
-gmp-demo
/EnclaveGmpTest
abs_srcdir
=
/d/sgx
-gmp-demo
/EnclaveGmpTest
abs_top_builddir
=
/d/sgx
-gmp-demo
abs_top_srcdir
=
/d/sgx
-gmp-demo
abs_builddir
=
/d/sgx
d
/EnclaveGmpTest
abs_srcdir
=
/d/sgx
d
/EnclaveGmpTest
abs_top_builddir
=
/d/sgx
d
abs_top_srcdir
=
/d/sgx
d
ac_ct_CC
=
gcc
ac_ct_CXX
=
g++
am__include
=
include
...
...
@@ -273,7 +273,7 @@ host_alias =
htmldir
=
${
docdir
}
includedir
=
${
prefix
}
/include
infodir
=
${
datarootdir
}
/info
install_sh
=
${
SHELL
}
/d/sgx
-gmp-demo
/install-sh
install_sh
=
${
SHELL
}
/d/sgx
d
/install-sh
libdir
=
${
exec_prefix
}
/lib
libexecdir
=
${
exec_prefix
}
/libexec
localedir
=
${
datarootdir
}
/locale
...
...
Makefile
View file @
f67ce344
This diff is collapsed.
Click to expand it.
Makefile.am
View file @
f67ce344
#
#
This must come first when building an application that uses Intel
# This must come first when building an application that uses Intel
## SGX enclaves.
include
$(top_srcdir)/build-aux/sgx_app.am
...
...
@@ -45,7 +45,7 @@ EnclaveGmpTest.edl: EnclaveGmpTest/EnclaveGmpTest.edl
## AM_CFLAGS =
## AM_CXXFLAGS =
AM_CPPFLAGS
+=
-DSKALE_SGX
=
1
-IlibBLS
-Ilib
BLS
/lib
ff
-fno-builtin-memset
$(GMP_CPPFLAGS)
AM_CPPFLAGS
+=
-DSKALE_SGX
=
1
-IlibBLS
-Ilibff
-fno-builtin-memset
$(GMP_CPPFLAGS)
## Additional targets to remove with 'make clean'. You must list
## any edger8r generated files here.
...
...
@@ -67,9 +67,8 @@ COMMON_ENCLAVE_SRC = EnclaveGmpTest_u.c EnclaveGmpTest_u.h \
libBLS/bls/BLSPrivateKey.cpp
\
libBLS/bls/BLSSignature.cpp
\
libBLS/bls/BLSutils.cpp
\
libBLS/libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
libBLS/libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
\
libBLS/libff/libff/algebra/curves/alt_bn128/alt_bn128_g2.cpp
libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
sgxgmpmath_SOURCES
=
sgxgmpmath.c
$(COMMON_SRC)
...
...
Makefile.in
View file @
f67ce344
This diff is collapsed.
Click to expand it.
config.log
View file @
f67ce344
...
...
@@ -303,7 +303,7 @@ am_cv_prog_cc_c_o=yes
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /d/sgx
-gmp-demo
/missing aclocal-1.15'
ACLOCAL='${SHELL} /d/sgx
d
/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
...
...
@@ -312,9 +312,9 @@ AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /d/sgx
-gmp-demo
/missing autoconf'
AUTOHEADER='${SHELL} /d/sgx
-gmp-demo
/missing autoheader'
AUTOMAKE='${SHELL} /d/sgx
-gmp-demo
/missing automake-1.15'
AUTOCONF='${SHELL} /d/sgx
d
/missing autoconf'
AUTOHEADER='${SHELL} /d/sgx
d
/missing autoheader'
AUTOMAKE='${SHELL} /d/sgx
d
/missing automake-1.15'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
...
...
@@ -345,7 +345,7 @@ LIBOBJS=''
LIBS=''
LIBS_HW_SIMU=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /d/sgx
-gmp-demo
/missing makeinfo'
MAKEINFO='${SHELL} /d/sgx
d
/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='sgx-gmp-test'
...
...
@@ -413,7 +413,7 @@ host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /d/sgx
-gmp-demo
/install-sh'
install_sh='${SHELL} /d/sgx
d
/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
...
...
@@ -483,309 +483,3 @@ on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by SGX GMP Test config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on skale-Lenovo-ideapad-520-15IKB
config.status:815: creating Makefile
config.status:987: executing depfiles commands
config.status
View file @
f67ce344
...
...
@@ -431,7 +431,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."
ac_pwd
=
'/d/sgx
-gmp-demo
'
ac_pwd
=
'/d/sgx
d
'
srcdir
=
'.'
INSTALL
=
'/usr/bin/install -c'
MKDIR_P
=
'/bin/mkdir -p'
...
...
@@ -672,12 +672,12 @@ S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="
$(
install_sh
)
-c -s"
S["STRIP"]=""
S["install_sh"]="
${
SHELL
}
/d/sgx
-gmp-demo
/install-sh"
S["MAKEINFO"]="
${
SHELL
}
/d/sgx
-gmp-demo
/missing makeinfo"
S["AUTOHEADER"]="
${
SHELL
}
/d/sgx
-gmp-demo
/missing autoheader"
S["AUTOMAKE"]="
${
SHELL
}
/d/sgx
-gmp-demo
/missing automake-1.15"
S["AUTOCONF"]="
${
SHELL
}
/d/sgx
-gmp-demo
/missing autoconf"
S["ACLOCAL"]="
${
SHELL
}
/d/sgx
-gmp-demo
/missing aclocal-1.15"
S["install_sh"]="
${
SHELL
}
/d/sgx
d
/install-sh"
S["MAKEINFO"]="
${
SHELL
}
/d/sgx
d
/missing makeinfo"
S["AUTOHEADER"]="
${
SHELL
}
/d/sgx
d
/missing autoheader"
S["AUTOMAKE"]="
${
SHELL
}
/d/sgx
d
/missing automake-1.15"
S["AUTOCONF"]="
${
SHELL
}
/d/sgx
d
/missing autoconf"
S["ACLOCAL"]="
${
SHELL
}
/d/sgx
d
/missing aclocal-1.15"
S["VERSION"]="1.0"
S["PACKAGE"]="sgx-gmp-test"
S["CYGPATH_W"]="echo"
...
...
libBLS
@
c416f30e
Subproject commit
8f6f16472d258d5c1121d35e3587c5cb85a5bdb6
Subproject commit
c416f30eac2a95f0dd61e7fb92da9b4f181dd0b0
libff
@
5c70980e
Subproject commit
f2067162520f91438b44e71a2cab2362f1c3cab4
Subproject commit
5c70980e43ae9d1158b9c1efd6fdf622574f96bc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment