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
fadcd44d
Unverified
Commit
fadcd44d
authored
Sep 09, 2019
by
a72d9e2bad9edfd58d6c0248c12c953b71d409d2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-1512 change automake settings
parent
20b54803
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
2303 additions
and
112 deletions
+2303
-112
CMakeLists.txt
CMakeLists.txt
+2
-0
aclocal.m4
aclocal.m4
+87
-104
compile
compile
+1
-1
depcomp
depcomp
+1
-1
install-sh
install-sh
+1
-1
missing
missing
+1
-1
BLSUtils.Po
secure_enclave/.deps/BLSUtils.Po
+274
-0
DKGUtils.Po
secure_enclave/.deps/DKGUtils.Po
+275
-0
alt_bn128_g1.Po
secure_enclave/.deps/alt_bn128_g1.Po
+257
-0
alt_bn128_init.Po
secure_enclave/.deps/alt_bn128_init.Po
+257
-0
secure_enclave.Po
secure_enclave/.deps/secure_enclave.Po
+192
-0
secure_enclave_t.Po
secure_enclave/.deps/secure_enclave_t.Po
+63
-0
signed_enclave_debug.Po
secure_enclave/.deps/signed_enclave_debug.Po
+1
-0
signed_enclave_rel.Po
secure_enclave/.deps/signed_enclave_rel.Po
+1
-0
BLSUtils.cpp
secure_enclave/BLSUtils.cpp
+0
-1
DKGUtils.cpp
secure_enclave/DKGUtils.cpp
+42
-0
DKGUtils.h
secure_enclave/DKGUtils.h
+17
-0
Makefile.am
secure_enclave/Makefile.am
+1
-1
Makefile.in
secure_enclave/Makefile.in
+775
-0
secure_enclave.c
secure_enclave/secure_enclave.c
+30
-0
secure_enclave.edl
secure_enclave/secure_enclave.edl
+6
-0
sgxwallet.c
sgxwallet.c
+0
-1
testw.cpp
testw.cpp
+19
-1
No files found.
CMakeLists.txt
View file @
fadcd44d
...
@@ -104,6 +104,8 @@ add_custom_target(sgxd COMMAND make all
...
@@ -104,6 +104,8 @@ add_custom_target(sgxd COMMAND make all
secure_enclave/secure_enclave.c
secure_enclave/secure_enclave.c
secure_enclave/secure_enclave_t.c
secure_enclave/secure_enclave_t.c
secure_enclave/secure_enclave_t.h
secure_enclave/secure_enclave_t.h
secure_enclave/DKGUtils.h
secure_enclave/DKGUtils.cpp
create_enclave.c
create_enclave.c
create_enclave.h
create_enclave.h
oc_alloc.c
oc_alloc.c
...
...
aclocal.m4
View file @
fadcd44d
# generated automatically by aclocal 1.1
5
.1 -*- Autoconf -*-
# generated automatically by aclocal 1.1
6
.1 -*- Autoconf -*-
# Copyright (C) 1996-201
7
Free Software Foundation, Inc.
# Copyright (C) 1996-201
8
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
...
@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# Copyright (C) 2002-201
7
Free Software Foundation, Inc.
# Copyright (C) 2002-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
...
@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
# generated from the m4 files accompanying Automake X.Y.
# generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.)
# (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION],
AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.1
5
'
[am__api_version='1.1
6
'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.1
5
.1], [],
m4_if([$1], [1.1
6
.1], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
])
...
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
...
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.1
5
.1])dnl
[AM_AUTOMAKE_VERSION([1.1
6
.1])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001-201
7
Free Software Foundation, Inc.
# Copyright (C) 2001-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
...
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
# AM_COND_IF -*- Autoconf -*-
# AM_COND_IF -*- Autoconf -*-
# Copyright (C) 2008-201
7
Free Software Foundation, Inc.
# Copyright (C) 2008-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -147,7 +147,7 @@ fi[]dnl
...
@@ -147,7 +147,7 @@ fi[]dnl
# AM_CONDITIONAL -*- Autoconf -*-
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright (C) 1997-201
7
Free Software Foundation, Inc.
# Copyright (C) 1997-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -178,7 +178,7 @@ AC_CONFIG_COMMANDS_PRE(
...
@@ -178,7 +178,7 @@ AC_CONFIG_COMMANDS_PRE(
Usually this means the macro was only invoked conditionally.]])
Usually this means the macro was only invoked conditionally.]])
fi])])
fi])])
# Copyright (C) 1999-201
7
Free Software Foundation, Inc.
# Copyright (C) 1999-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -369,13 +369,12 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
...
@@ -369,13 +369,12 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
# Generate code to set up dependency tracking. -*- Autoconf -*-
# Generate code to set up dependency tracking. -*- Autoconf -*-
# Copyright (C) 1999-201
7
Free Software Foundation, Inc.
# Copyright (C) 1999-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# _AM_OUTPUT_DEPENDENCY_COMMANDS
# ------------------------------
# ------------------------------
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
...
@@ -383,49 +382,41 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
...
@@ -383,49 +382,41 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
# Older Autoconf quotes --file arguments for eval, but not when files
# Older Autoconf quotes --file arguments for eval, but not when files
# are listed without --file. Let's play safe and only enable the eval
# are listed without --file. Let's play safe and only enable the eval
# if we detect the quoting.
# if we detect the quoting.
case $CONFIG_FILES in
# TODO: see whether this extra hack can be removed once we start
*\'*) eval set x "$CONFIG_FILES" ;;
# requiring Autoconf 2.70 or later.
*) set x $CONFIG_FILES ;;
AS_CASE([$CONFIG_FILES],
esac
[*\'*], [eval set x "$CONFIG_FILES"],
[*], [set x $CONFIG_FILES])
shift
shift
for mf
# Used to flag and report bootstrapping failures.
am_rc=0
for am_mf
do
do
# Strip MF so we end up with the name of the file.
# Strip MF so we end up with the name of the file.
mf=`echo "$mf" | sed -e 's/:.*$//'`
am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
# Check whether this is an Automake generated Makefile or not.
# Check whether this is an Automake generated Makefile which includes
# We used to match only the files named 'Makefile.in', but
# dependency-tracking related rules and includes.
# some people rename them; so instead we look at the file content.
# Grep'ing the whole file directly is not great: AIX grep has a line
# Grep'ing the first line is not enough: some people post-process
# each Makefile.in and add a new line on top of each file to say so.
# Grep'ing the whole file is not good either: AIX grep has a line
# limit of 2048, but all sed's we know have understand at least 4000.
# limit of 2048, but all sed's we know have understand at least 4000.
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
dirpart=`AS_DIRNAME("$mf")`
|| continue
else
am_dirpart=`AS_DIRNAME(["$am_mf"])`
continue
am_filepart=`AS_BASENAME(["$am_mf"])`
fi
AM_RUN_LOG([cd "$am_dirpart" \
# Extract the definition of DEPDIR, am__include, and am__quote
&& sed -e '/# am--include-marker/d' "$am_filepart" \
# from the Makefile without running 'make'.
| $MAKE -f - am--depfiles]) || am_rc=$?
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
test -z "$DEPDIR" && continue
am__include=`sed -n 's/^am__include = //p' < "$mf"`
test -z "$am__include" && continue
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
# Find all dependency output files, they are included files with
# $(DEPDIR) in their names. We invoke sed twice because it is the
# simplest approach to changing $(DEPDIR) to its actual value in the
# expansion.
for file in `sed -n "
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
# Make sure the directory exists.
test -f "$dirpart/$file" && continue
fdir=`AS_DIRNAME(["$file"])`
AS_MKDIR_P([$dirpart/$fdir])
# echo "creating $dirpart/$file"
echo '# dummy' > "$dirpart/$file"
done
done
done
if test $am_rc -ne 0; then
AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).])
fi
AS_UNSET([am_dirpart])
AS_UNSET([am_filepart])
AS_UNSET([am_mf])
AS_UNSET([am_rc])
rm -f conftest-deps.mk
}
}
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
])# _AM_OUTPUT_DEPENDENCY_COMMANDS
...
@@ -434,18 +425,17 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
...
@@ -434,18 +425,17 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
# -----------------------------
# -----------------------------
# This macro should only be invoked once -- use via AC_REQUIRE.
# This macro should only be invoked once -- use via AC_REQUIRE.
#
#
# This code is only required when automatic dependency tracking
# This code is only required when automatic dependency tracking
is enabled.
#
is enabled. FIXME. This creates each '.P' file that we will
#
This creates each '.Po' and '.Plo' makefile fragment that we'll need in
#
need in
order to bootstrap the dependency handling code.
# order to bootstrap the dependency handling code.
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
[AC_CONFIG_COMMANDS([depfiles],
[AC_CONFIG_COMMANDS([depfiles],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
[AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
[AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])])
])
# Do all the work for Automake. -*- Autoconf -*-
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996-201
7
Free Software Foundation, Inc.
# Copyright (C) 1996-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -532,8 +522,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
...
@@ -532,8 +522,8 @@ AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
# For better backward compatibility. To be removed once Automake 1.9.x
# For better backward compatibility. To be removed once Automake 1.9.x
# dies out for good. For more background, see:
# dies out for good. For more background, see:
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http
s
://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
# <http
s
://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
# We need awk for the "check" target (and possibly the TAP driver). The
# We need awk for the "check" target (and possibly the TAP driver). The
# system "awk" is bad on some platforms.
# system "awk" is bad on some platforms.
...
@@ -600,7 +590,7 @@ END
...
@@ -600,7 +590,7 @@ END
Aborting the configuration process, to ensure you take notice of the issue.
Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation
You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <http://www.gnu.org/software/coreutils/>.
that behaves properly: <http
s
://www.gnu.org/software/coreutils/>.
If you want to complete the configuration process using your problematic
If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
...
@@ -642,7 +632,7 @@ for _am_header in $config_headers :; do
...
@@ -642,7 +632,7 @@ for _am_header in $config_headers :; do
done
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001-201
7
Free Software Foundation, Inc.
# Copyright (C) 2001-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -663,7 +653,7 @@ if test x"${install_sh+set}" != xset; then
...
@@ -663,7 +653,7 @@ if test x"${install_sh+set}" != xset; then
fi
fi
AC_SUBST([install_sh])])
AC_SUBST([install_sh])])
# Copyright (C) 2003-201
7
Free Software Foundation, Inc.
# Copyright (C) 2003-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -684,7 +674,7 @@ AC_SUBST([am__leading_dot])])
...
@@ -684,7 +674,7 @@ AC_SUBST([am__leading_dot])])
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Check to see how 'make' treats includes. -*- Autoconf -*-
# Copyright (C) 2001-201
7
Free Software Foundation, Inc.
# Copyright (C) 2001-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -692,49 +682,42 @@ AC_SUBST([am__leading_dot])])
...
@@ -692,49 +682,42 @@ AC_SUBST([am__leading_dot])])
# AM_MAKE_INCLUDE()
# AM_MAKE_INCLUDE()
# -----------------
# -----------------
# Check to see how make treats includes.
# Check whether make has an 'include' directive that can support all
# the idioms we need for our automatic dependency tracking code.
AC_DEFUN([AM_MAKE_INCLUDE],
AC_DEFUN([AM_MAKE_INCLUDE],
[
am_make=${MAKE-make}
[
AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive])
cat > confinc << 'END'
cat > confinc
.mk
<< 'END'
am__doit:
am__doit:
@echo this is the am__doit target
@echo this is the am__doit target
>confinc.out
.PHONY: am__doit
.PHONY: am__doit
END
END
# If we don't find an include directive, just comment out the code.
AC_MSG_CHECKING([for style of include used by $am_make])
am__include="#"
am__include="#"
am__quote=
am__quote=
_am_result=none
# BSD make does it like this.
# First try GNU make style include.
echo '.include "confinc.mk" # ignored' > confmf.BSD
echo "include confinc" > confmf
# Other make implementations (GNU, Solaris 10, AIX) do it like this.
# Ignore all kinds of additional output from 'make'.
echo 'include confinc.mk # ignored' > confmf.GNU
case `$am_make -s -f confmf 2> /dev/null` in #(
_am_result=no
*the\ am__doit\ target*)
for s in GNU BSD; do
am__include=include
AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out])
am__quote=
AS_CASE([$?:`cat confinc.out 2>/dev/null`],
_am_result=GNU
['0:this is the am__doit target'],
;;
[AS_CASE([$s],
esac
[BSD], [am__include='.include' am__quote='"'],
# Now try BSD make style include.
[am__include='include' am__quote=''])])
if test "$am__include" = "#"; then
if test "$am__include" != "#"; then
echo '.include "confinc"' > confmf
_am_result="yes ($s style)"
case `$am_make -s -f confmf 2> /dev/null` in #(
break
*the\ am__doit\ target*)
fi
am__include=.include
done
am__quote="\""
rm -f confinc.* confmf.*
_am_result=BSD
AC_MSG_RESULT([${_am_result}])
;;
AC_SUBST([am__include])])
esac
AC_SUBST([am__quote])])
fi
AC_SUBST([am__include])
AC_SUBST([am__quote])
AC_MSG_RESULT([$_am_result])
rm -f confinc confmf
])
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997-201
7
Free Software Foundation, Inc.
# Copyright (C) 1997-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -773,7 +756,7 @@ fi
...
@@ -773,7 +756,7 @@ fi
# Helper functions for option handling. -*- Autoconf -*-
# Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001-201
7
Free Software Foundation, Inc.
# Copyright (C) 2001-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -802,7 +785,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
...
@@ -802,7 +785,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Copyright (C) 1999-201
7
Free Software Foundation, Inc.
# Copyright (C) 1999-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -849,7 +832,7 @@ AC_LANG_POP([C])])
...
@@ -849,7 +832,7 @@ AC_LANG_POP([C])])
# For backward compatibility.
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
# Copyright (C) 2001-201
7
Free Software Foundation, Inc.
# Copyright (C) 2001-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -868,7 +851,7 @@ AC_DEFUN([AM_RUN_LOG],
...
@@ -868,7 +851,7 @@ AC_DEFUN([AM_RUN_LOG],
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996-201
7
Free Software Foundation, Inc.
# Copyright (C) 1996-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -949,7 +932,7 @@ AC_CONFIG_COMMANDS_PRE(
...
@@ -949,7 +932,7 @@ AC_CONFIG_COMMANDS_PRE(
rm -f conftest.file
rm -f conftest.file
])
])
# Copyright (C) 2009-201
7
Free Software Foundation, Inc.
# Copyright (C) 2009-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -1009,7 +992,7 @@ AC_SUBST([AM_BACKSLASH])dnl
...
@@ -1009,7 +992,7 @@ AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
])
# Copyright (C) 2001-201
7
Free Software Foundation, Inc.
# Copyright (C) 2001-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -1037,7 +1020,7 @@ fi
...
@@ -1037,7 +1020,7 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Copyright (C) 2006-201
7
Free Software Foundation, Inc.
# Copyright (C) 2006-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
@@ -1056,7 +1039,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
...
@@ -1056,7 +1039,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*-
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004-201
7
Free Software Foundation, Inc.
# Copyright (C) 2004-201
8
Free Software Foundation, Inc.
#
#
# This file is free software; the Free Software Foundation
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
...
...
compile
View file @
fadcd44d
/usr/share/automake-1.15/compile
/usr/share/automake-1.16/compile
\ No newline at end of file
\ No newline at end of file
depcomp
View file @
fadcd44d
/usr/share/automake-1.15/depcomp
/usr/share/automake-1.16/depcomp
\ No newline at end of file
\ No newline at end of file
install-sh
View file @
fadcd44d
/usr/share/automake-1.15/install-sh
/usr/share/automake-1.16/install-sh
\ No newline at end of file
\ No newline at end of file
missing
View file @
fadcd44d
/usr/share/automake-1.15/missing
/usr/share/automake-1.16/missing
\ No newline at end of file
\ No newline at end of file
secure_enclave/.deps/BLSUtils.Po
0 → 100644
View file @
fadcd44d
BLSUtils.o: BLSUtils.cpp \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint \
../sgx-sdk-build/sgxsdk/include/libcxx/__config \
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h \
../sgxwallet_common.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/unistd.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdbool.h \
BLSUtils.h \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp \
../trusted_libff/libff/algebra/curves/public_params.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/vector \
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference \
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm \
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list \
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h \
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits \
../sgx-sdk-build/sgxsdk/include/libcxx/cstring \
../sgx-sdk-build/sgxsdk/include/libcxx/utility \
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/memory \
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/new \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new \
../sgx-sdk-build/sgxsdk/include/libcxx/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate \
../sgx-sdk-build/sgxsdk/include/libcxx/limits \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max \
../sgx-sdk-build/sgxsdk/include/libcxx/iterator \
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base \
../sgx-sdk-build/sgxsdk/include/libcxx/__debug \
../sgx-sdk-build/sgxsdk/include/libcxx/tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept \
../sgx-sdk-build/sgxsdk/include/libcxx/atomic \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib \
../sgx-sdk-build/sgxsdk/include/libcxx/climits \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer \
../trusted_libff/libff/algebra/fields/fp.hpp \
../trusted_libff/libff/common/utils.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/cassert \
../sgx-sdk-build/sgxsdk/include/libcxx/iostream \
../sgx-sdk-build/sgxsdk/include/libcxx/sstream \
../sgx-sdk-build/sgxsdk/include/libcxx/string \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio \
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar \
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype \
../sgx-sdk-build/sgxsdk/include/libcxx/cctype \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h \
../trusted_libff/libff/common/utils.tcc \
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp \
../trusted_libff/libff/algebra/fields/bigint.hpp \
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h \
../trusted_libff/libff/algebra/fields/bigint.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/random \
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc \
../trusted_libff/libff/algebra/fields/fp.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/cmath \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h \
../trusted_libff/libff/algebra/fields/field_utils.hpp \
../trusted_libff/libff/common/double.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/complex \
../trusted_libff/libff/algebra/fields/field_utils.tcc \
../trusted_libff/libff/algebra/fields/fp_aux.tcc \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp \
../trusted_libff/libff/algebra/curves/curve_utils.hpp \
../trusted_libff/libff/algebra/curves/curve_utils.tcc
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint:
../sgx-sdk-build/sgxsdk/include/libcxx/__config:
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h:
../sgxwallet_common.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/unistd.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdbool.h:
BLSUtils.h:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp:
../trusted_libff/libff/algebra/curves/public_params.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/vector:
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference:
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm:
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list:
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h:
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits:
../sgx-sdk-build/sgxsdk/include/libcxx/cstring:
../sgx-sdk-build/sgxsdk/include/libcxx/utility:
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/memory:
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/new:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new:
../sgx-sdk-build/sgxsdk/include/libcxx/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate:
../sgx-sdk-build/sgxsdk/include/libcxx/limits:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max:
../sgx-sdk-build/sgxsdk/include/libcxx/iterator:
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base:
../sgx-sdk-build/sgxsdk/include/libcxx/__debug:
../sgx-sdk-build/sgxsdk/include/libcxx/tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept:
../sgx-sdk-build/sgxsdk/include/libcxx/atomic:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib:
../sgx-sdk-build/sgxsdk/include/libcxx/climits:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer:
../trusted_libff/libff/algebra/fields/fp.hpp:
../trusted_libff/libff/common/utils.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/cassert:
../sgx-sdk-build/sgxsdk/include/libcxx/iostream:
../sgx-sdk-build/sgxsdk/include/libcxx/sstream:
../sgx-sdk-build/sgxsdk/include/libcxx/string:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio:
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar:
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype:
../sgx-sdk-build/sgxsdk/include/libcxx/cctype:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h:
../trusted_libff/libff/common/utils.tcc:
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp:
../trusted_libff/libff/algebra/fields/bigint.hpp:
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h:
../trusted_libff/libff/algebra/fields/bigint.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/random:
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc:
../trusted_libff/libff/algebra/fields/fp.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/cmath:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h:
../trusted_libff/libff/algebra/fields/field_utils.hpp:
../trusted_libff/libff/common/double.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/complex:
../trusted_libff/libff/algebra/fields/field_utils.tcc:
../trusted_libff/libff/algebra/fields/fp_aux.tcc:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp:
../trusted_libff/libff/algebra/curves/curve_utils.hpp:
../trusted_libff/libff/algebra/curves/curve_utils.tcc:
secure_enclave/.deps/DKGUtils.Po
0 → 100644
View file @
fadcd44d
DKGUtils.o: DKGUtils.cpp DKGUtils.h \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/vector \
../sgx-sdk-build/sgxsdk/include/libcxx/__config \
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference \
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm \
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list \
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h \
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits \
../sgx-sdk-build/sgxsdk/include/libcxx/cstring \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h \
../sgx-sdk-build/sgxsdk/include/libcxx/utility \
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/memory \
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h \
../sgx-sdk-build/sgxsdk/include/libcxx/new \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new \
../sgx-sdk-build/sgxsdk/include/libcxx/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate \
../sgx-sdk-build/sgxsdk/include/libcxx/limits \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max \
../sgx-sdk-build/sgxsdk/include/libcxx/iterator \
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base \
../sgx-sdk-build/sgxsdk/include/libcxx/__debug \
../sgx-sdk-build/sgxsdk/include/libcxx/tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept \
../sgx-sdk-build/sgxsdk/include/libcxx/atomic \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h \
../sgx-sdk-build/sgxsdk/include/libcxx/climits \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer \
../trusted_libff/libff/common/utils.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/cassert \
../sgx-sdk-build/sgxsdk/include/libcxx/iostream \
../sgx-sdk-build/sgxsdk/include/libcxx/sstream \
../sgx-sdk-build/sgxsdk/include/libcxx/string \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar \
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype \
../sgx-sdk-build/sgxsdk/include/libcxx/cctype \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h \
../trusted_libff/libff/common/utils.tcc \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp \
../trusted_libff/libff/algebra/curves/public_params.hpp \
../trusted_libff/libff/algebra/fields/fp.hpp \
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp \
../trusted_libff/libff/algebra/fields/bigint.hpp \
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h \
../trusted_libff/libff/algebra/fields/bigint.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/random \
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc \
../trusted_libff/libff/algebra/fields/fp.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/cmath \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h \
../trusted_libff/libff/algebra/fields/field_utils.hpp \
../trusted_libff/libff/common/double.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/complex \
../trusted_libff/libff/algebra/fields/field_utils.tcc \
../trusted_libff/libff/algebra/fields/fp_aux.tcc \
../trusted_libff/libff/algebra/curves/curve_utils.hpp \
../trusted_libff/libff/algebra/curves/curve_utils.tcc \
../trusted_libff/libff/algebra/fields/fp.hpp ../sgxwallet_common.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/unistd.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdbool.h
DKGUtils.h:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/vector:
../sgx-sdk-build/sgxsdk/include/libcxx/__config:
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference:
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm:
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list:
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h:
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits:
../sgx-sdk-build/sgxsdk/include/libcxx/cstring:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h:
../sgx-sdk-build/sgxsdk/include/libcxx/utility:
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/memory:
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h:
../sgx-sdk-build/sgxsdk/include/libcxx/new:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new:
../sgx-sdk-build/sgxsdk/include/libcxx/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate:
../sgx-sdk-build/sgxsdk/include/libcxx/limits:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max:
../sgx-sdk-build/sgxsdk/include/libcxx/iterator:
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base:
../sgx-sdk-build/sgxsdk/include/libcxx/__debug:
../sgx-sdk-build/sgxsdk/include/libcxx/tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept:
../sgx-sdk-build/sgxsdk/include/libcxx/atomic:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h:
../sgx-sdk-build/sgxsdk/include/libcxx/climits:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer:
../trusted_libff/libff/common/utils.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/cassert:
../sgx-sdk-build/sgxsdk/include/libcxx/iostream:
../sgx-sdk-build/sgxsdk/include/libcxx/sstream:
../sgx-sdk-build/sgxsdk/include/libcxx/string:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar:
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype:
../sgx-sdk-build/sgxsdk/include/libcxx/cctype:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h:
../trusted_libff/libff/common/utils.tcc:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp:
../trusted_libff/libff/algebra/curves/public_params.hpp:
../trusted_libff/libff/algebra/fields/fp.hpp:
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp:
../trusted_libff/libff/algebra/fields/bigint.hpp:
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h:
../trusted_libff/libff/algebra/fields/bigint.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/random:
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc:
../trusted_libff/libff/algebra/fields/fp.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/cmath:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h:
../trusted_libff/libff/algebra/fields/field_utils.hpp:
../trusted_libff/libff/common/double.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/complex:
../trusted_libff/libff/algebra/fields/field_utils.tcc:
../trusted_libff/libff/algebra/fields/fp_aux.tcc:
../trusted_libff/libff/algebra/curves/curve_utils.hpp:
../trusted_libff/libff/algebra/curves/curve_utils.tcc:
../trusted_libff/libff/algebra/fields/fp.hpp:
../sgxwallet_common.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/unistd.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdbool.h:
secure_enclave/.deps/alt_bn128_g1.Po
0 → 100644
View file @
fadcd44d
alt_bn128_g1.o: \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/vector \
../sgx-sdk-build/sgxsdk/include/libcxx/__config \
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference \
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm \
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list \
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h \
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits \
../sgx-sdk-build/sgxsdk/include/libcxx/cstring \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h \
../sgx-sdk-build/sgxsdk/include/libcxx/utility \
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/memory \
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h \
../sgx-sdk-build/sgxsdk/include/libcxx/new \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new \
../sgx-sdk-build/sgxsdk/include/libcxx/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate \
../sgx-sdk-build/sgxsdk/include/libcxx/limits \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max \
../sgx-sdk-build/sgxsdk/include/libcxx/iterator \
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base \
../sgx-sdk-build/sgxsdk/include/libcxx/__debug \
../sgx-sdk-build/sgxsdk/include/libcxx/tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept \
../sgx-sdk-build/sgxsdk/include/libcxx/atomic \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h \
../sgx-sdk-build/sgxsdk/include/libcxx/climits \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer \
../trusted_libff/libff/common/utils.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/cassert \
../sgx-sdk-build/sgxsdk/include/libcxx/iostream \
../sgx-sdk-build/sgxsdk/include/libcxx/sstream \
../sgx-sdk-build/sgxsdk/include/libcxx/string \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar \
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype \
../sgx-sdk-build/sgxsdk/include/libcxx/cctype \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h \
../trusted_libff/libff/common/utils.tcc \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp \
../trusted_libff/libff/algebra/curves/public_params.hpp \
../trusted_libff/libff/algebra/fields/fp.hpp \
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp \
../trusted_libff/libff/algebra/fields/bigint.hpp \
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h \
../trusted_libff/libff/algebra/fields/bigint.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/random \
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc \
../trusted_libff/libff/algebra/fields/fp.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/cmath \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h \
../trusted_libff/libff/algebra/fields/field_utils.hpp \
../trusted_libff/libff/common/double.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/complex \
../trusted_libff/libff/algebra/fields/field_utils.tcc \
../trusted_libff/libff/algebra/fields/fp_aux.tcc \
../trusted_libff/libff/algebra/curves/curve_utils.hpp \
../trusted_libff/libff/algebra/curves/curve_utils.tcc
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/vector:
../sgx-sdk-build/sgxsdk/include/libcxx/__config:
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference:
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm:
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list:
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h:
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits:
../sgx-sdk-build/sgxsdk/include/libcxx/cstring:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h:
../sgx-sdk-build/sgxsdk/include/libcxx/utility:
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/memory:
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h:
../sgx-sdk-build/sgxsdk/include/libcxx/new:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new:
../sgx-sdk-build/sgxsdk/include/libcxx/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate:
../sgx-sdk-build/sgxsdk/include/libcxx/limits:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max:
../sgx-sdk-build/sgxsdk/include/libcxx/iterator:
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base:
../sgx-sdk-build/sgxsdk/include/libcxx/__debug:
../sgx-sdk-build/sgxsdk/include/libcxx/tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept:
../sgx-sdk-build/sgxsdk/include/libcxx/atomic:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h:
../sgx-sdk-build/sgxsdk/include/libcxx/climits:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer:
../trusted_libff/libff/common/utils.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/cassert:
../sgx-sdk-build/sgxsdk/include/libcxx/iostream:
../sgx-sdk-build/sgxsdk/include/libcxx/sstream:
../sgx-sdk-build/sgxsdk/include/libcxx/string:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar:
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype:
../sgx-sdk-build/sgxsdk/include/libcxx/cctype:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h:
../trusted_libff/libff/common/utils.tcc:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp:
../trusted_libff/libff/algebra/curves/public_params.hpp:
../trusted_libff/libff/algebra/fields/fp.hpp:
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp:
../trusted_libff/libff/algebra/fields/bigint.hpp:
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h:
../trusted_libff/libff/algebra/fields/bigint.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/random:
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc:
../trusted_libff/libff/algebra/fields/fp.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/cmath:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h:
../trusted_libff/libff/algebra/fields/field_utils.hpp:
../trusted_libff/libff/common/double.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/complex:
../trusted_libff/libff/algebra/fields/field_utils.tcc:
../trusted_libff/libff/algebra/fields/fp_aux.tcc:
../trusted_libff/libff/algebra/curves/curve_utils.hpp:
../trusted_libff/libff/algebra/curves/curve_utils.tcc:
secure_enclave/.deps/alt_bn128_init.Po
0 → 100644
View file @
fadcd44d
alt_bn128_init.o: \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/vector \
../sgx-sdk-build/sgxsdk/include/libcxx/__config \
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference \
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm \
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list \
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h \
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits \
../sgx-sdk-build/sgxsdk/include/libcxx/cstring \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h \
../sgx-sdk-build/sgxsdk/include/libcxx/utility \
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/memory \
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h \
../sgx-sdk-build/sgxsdk/include/libcxx/new \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new \
../sgx-sdk-build/sgxsdk/include/libcxx/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate \
../sgx-sdk-build/sgxsdk/include/libcxx/limits \
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max \
../sgx-sdk-build/sgxsdk/include/libcxx/iterator \
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base \
../sgx-sdk-build/sgxsdk/include/libcxx/__debug \
../sgx-sdk-build/sgxsdk/include/libcxx/tuple \
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept \
../sgx-sdk-build/sgxsdk/include/libcxx/atomic \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h \
../sgx-sdk-build/sgxsdk/include/libcxx/climits \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h \
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer \
../trusted_libff/libff/common/utils.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/cassert \
../sgx-sdk-build/sgxsdk/include/libcxx/iostream \
../sgx-sdk-build/sgxsdk/include/libcxx/sstream \
../sgx-sdk-build/sgxsdk/include/libcxx/string \
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h \
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar \
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype \
../sgx-sdk-build/sgxsdk/include/libcxx/cctype \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h \
../trusted_libff/libff/common/utils.tcc \
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp \
../trusted_libff/libff/algebra/curves/public_params.hpp \
../trusted_libff/libff/algebra/fields/fp.hpp \
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp \
../trusted_libff/libff/algebra/fields/bigint.hpp \
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h \
../trusted_libff/libff/algebra/fields/bigint.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/random \
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc \
../trusted_libff/libff/algebra/fields/fp.tcc \
../sgx-sdk-build/sgxsdk/include/libcxx/cmath \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h \
../trusted_libff/libff/algebra/fields/field_utils.hpp \
../trusted_libff/libff/common/double.hpp \
../sgx-sdk-build/sgxsdk/include/libcxx/complex \
../trusted_libff/libff/algebra/fields/field_utils.tcc \
../trusted_libff/libff/algebra/fields/fp_aux.tcc \
../trusted_libff/libff/algebra/curves/curve_utils.hpp \
../trusted_libff/libff/algebra/curves/curve_utils.tcc
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/vector:
../sgx-sdk-build/sgxsdk/include/libcxx/__config:
../sgx-sdk-build/sgxsdk/include/libcxx/__sgx:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/assert.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/iosfwd:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__bit_reference:
../sgx-sdk-build/sgxsdk/include/libcxx/algorithm:
../sgx-sdk-build/sgxsdk/include/libcxx/initializer_list:
../sgx-sdk-build/sgxsdk/include/libcxx/cstddef:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h:
../sgx-sdk-build/sgxsdk/include/libcxx/type_traits:
../sgx-sdk-build/sgxsdk/include/libcxx/cstring:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h:
../sgx-sdk-build/sgxsdk/include/libcxx/utility:
../sgx-sdk-build/sgxsdk/include/libcxx/__tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/memory:
../sgx-sdk-build/sgxsdk/include/libcxx/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/typeinfo:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdint:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h:
../sgx-sdk-build/sgxsdk/include/libcxx/new:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/new:
../sgx-sdk-build/sgxsdk/include/libcxx/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/../stdc++/exception:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/stdc++/linux/exception:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef___deallocate:
../sgx-sdk-build/sgxsdk/include/libcxx/limits:
../sgx-sdk-build/sgxsdk/include/libcxx/__undef_min_max:
../sgx-sdk-build/sgxsdk/include/libcxx/iterator:
../sgx-sdk-build/sgxsdk/include/libcxx/__functional_base:
../sgx-sdk-build/sgxsdk/include/libcxx/__debug:
../sgx-sdk-build/sgxsdk/include/libcxx/tuple:
../sgx-sdk-build/sgxsdk/include/libcxx/stdexcept:
../sgx-sdk-build/sgxsdk/include/libcxx/atomic:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_spinlock.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdlib:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h:
../sgx-sdk-build/sgxsdk/include/libcxx/climits:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h:
../sgx-sdk-build/sgxsdk/include/libcxx/__split_buffer:
../trusted_libff/libff/common/utils.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/cassert:
../sgx-sdk-build/sgxsdk/include/libcxx/iostream:
../sgx-sdk-build/sgxsdk/include/libcxx/sstream:
../sgx-sdk-build/sgxsdk/include/libcxx/string:
../sgx-sdk-build/sgxsdk/include/libcxx/cstdio:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h:
../sgx-sdk-build/sgxsdk/include/libcxx/cwchar:
../sgx-sdk-build/sgxsdk/include/libcxx/cwctype:
../sgx-sdk-build/sgxsdk/include/libcxx/cctype:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/ctype.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wctype.h:
../trusted_libff/libff/common/utils.tcc:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.hpp:
../trusted_libff/libff/algebra/curves/public_params.hpp:
../trusted_libff/libff/algebra/fields/fp.hpp:
../trusted_libff/libff/algebra/exponentiation/exponentiation.hpp:
../trusted_libff/libff/algebra/fields/bigint.hpp:
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h:
../trusted_libff/libff/algebra/fields/bigint.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/random:
../trusted_libff/libff/algebra/exponentiation/exponentiation.tcc:
../trusted_libff/libff/algebra/fields/fp.tcc:
../sgx-sdk-build/sgxsdk/include/libcxx/cmath:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h:
../trusted_libff/libff/algebra/fields/field_utils.hpp:
../trusted_libff/libff/common/double.hpp:
../sgx-sdk-build/sgxsdk/include/libcxx/complex:
../trusted_libff/libff/algebra/fields/field_utils.tcc:
../trusted_libff/libff/algebra/fields/fp_aux.tcc:
../trusted_libff/libff/algebra/curves/curve_utils.hpp:
../trusted_libff/libff/algebra/curves/curve_utils.tcc:
secure_enclave/.deps/secure_enclave.Po
0 → 100644
View file @
fadcd44d
secure_enclave.o: secure_enclave.c secure_enclave_t.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_edger8r.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_error.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_eid.h \
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_tcrypto.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_attributes.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_key.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_report.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_tseal.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_tcrypto.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_trts.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h \
../intel-sgx-ssl/Linux/package/include/openssl/ec.h \
../intel-sgx-ssl/Linux/package/include/openssl/opensslconf.h \
../intel-sgx-ssl/Linux/package/include/openssl/opensslv.h \
../intel-sgx-ssl/Linux/package/include/openssl/asn1.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/time.h \
../intel-sgx-ssl/Linux/package/include/openssl/e_os2.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/inttypes.h \
../intel-sgx-ssl/Linux/package/include/openssl/bio.h \
../intel-sgx-ssl/Linux/package/include/openssl/crypto.h \
../intel-sgx-ssl/Linux/package/include/openssl/safestack.h \
../intel-sgx-ssl/Linux/package/include/openssl/stack.h \
../intel-sgx-ssl/Linux/package/include/openssl/ossl_typ.h \
../intel-sgx-ssl/Linux/package/include/openssl/cryptoerr.h \
../intel-sgx-ssl/Linux/package/include/openssl/symhacks.h \
../intel-sgx-ssl/Linux/package/include/pthread.h \
../intel-sgx-ssl/Linux/package/include/openssl/bioerr.h \
../intel-sgx-ssl/Linux/package/include/openssl/asn1err.h \
../intel-sgx-ssl/Linux/package/include/openssl/bn.h \
../intel-sgx-ssl/Linux/package/include/openssl/bnerr.h \
../intel-sgx-ssl/Linux/package/include/openssl/ecerr.h \
../intel-sgx-ssl/Linux/package/include/openssl/evp.h \
../intel-sgx-ssl/Linux/package/include/openssl/evperr.h \
../intel-sgx-ssl/Linux/package/include/openssl/objects.h \
../intel-sgx-ssl/Linux/package/include/openssl/obj_mac.h \
../intel-sgx-ssl/Linux/package/include/openssl/objectserr.h \
../intel-sgx-ssl/Linux/package/include/openssl/err.h \
../intel-sgx-ssl/Linux/package/include/openssl/lhash.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/errno.h \
../intel-sgx-ssl/Linux/package/include/openssl/rand.h \
../intel-sgx-ssl/Linux/package/include/openssl/randerr.h \
../intel-sgx-ssl/Linux/package/include/tSgxSSL_api.h \
../sgxwallet_common.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/unistd.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdbool.h
secure_enclave_t.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_edger8r.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_error.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_eid.h:
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_tcrypto.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_attributes.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_key.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_report.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_tseal.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_tcrypto.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_trts.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/math.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/float.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdio.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h:
../intel-sgx-ssl/Linux/package/include/openssl/ec.h:
../intel-sgx-ssl/Linux/package/include/openssl/opensslconf.h:
../intel-sgx-ssl/Linux/package/include/openssl/opensslv.h:
../intel-sgx-ssl/Linux/package/include/openssl/asn1.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/time.h:
../intel-sgx-ssl/Linux/package/include/openssl/e_os2.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/inttypes.h:
../intel-sgx-ssl/Linux/package/include/openssl/bio.h:
../intel-sgx-ssl/Linux/package/include/openssl/crypto.h:
../intel-sgx-ssl/Linux/package/include/openssl/safestack.h:
../intel-sgx-ssl/Linux/package/include/openssl/stack.h:
../intel-sgx-ssl/Linux/package/include/openssl/ossl_typ.h:
../intel-sgx-ssl/Linux/package/include/openssl/cryptoerr.h:
../intel-sgx-ssl/Linux/package/include/openssl/symhacks.h:
../intel-sgx-ssl/Linux/package/include/pthread.h:
../intel-sgx-ssl/Linux/package/include/openssl/bioerr.h:
../intel-sgx-ssl/Linux/package/include/openssl/asn1err.h:
../intel-sgx-ssl/Linux/package/include/openssl/bn.h:
../intel-sgx-ssl/Linux/package/include/openssl/bnerr.h:
../intel-sgx-ssl/Linux/package/include/openssl/ecerr.h:
../intel-sgx-ssl/Linux/package/include/openssl/evp.h:
../intel-sgx-ssl/Linux/package/include/openssl/evperr.h:
../intel-sgx-ssl/Linux/package/include/openssl/objects.h:
../intel-sgx-ssl/Linux/package/include/openssl/obj_mac.h:
../intel-sgx-ssl/Linux/package/include/openssl/objectserr.h:
../intel-sgx-ssl/Linux/package/include/openssl/err.h:
../intel-sgx-ssl/Linux/package/include/openssl/lhash.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/errno.h:
../intel-sgx-ssl/Linux/package/include/openssl/rand.h:
../intel-sgx-ssl/Linux/package/include/openssl/randerr.h:
../intel-sgx-ssl/Linux/package/include/tSgxSSL_api.h:
../sgxwallet_common.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/unistd.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/endian.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdbool.h:
secure_enclave/.deps/secure_enclave_t.Po
0 → 100644
View file @
fadcd44d
secure_enclave_t.o: secure_enclave_t.c secure_enclave_t.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_edger8r.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_error.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_eid.h \
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_trts.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_lfence.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/errno.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/mbusafecrt.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h \
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h
secure_enclave_t.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdint.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/stdint.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/cdefs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/_types.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/wchar.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stddef.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_edger8r.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_defs.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_error.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_eid.h:
/home/kladko/sgxwallet/tgmp-build/include/sgx_tgmp.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/sys/limits.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdlib.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_trts.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/sgx_lfence.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/errno.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/mbusafecrt.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/string.h:
/home/kladko/sgxwallet/sgx-sdk-build/sgxsdk/include/tlibc/stdarg.h:
secure_enclave/.deps/signed_enclave_debug.Po
0 → 100644
View file @
fadcd44d
# dummy
secure_enclave/.deps/signed_enclave_rel.Po
0 → 100644
View file @
fadcd44d
# dummy
secure_enclave/BLSUtils.cpp
View file @
fadcd44d
...
@@ -131,4 +131,3 @@ bool sign(const char *_keyString, const char* _hashXString, const char* _hashYSt
...
@@ -131,4 +131,3 @@ bool sign(const char *_keyString, const char* _hashXString, const char* _hashYSt
secure_enclave/DKGUtils.cpp
0 → 100644
View file @
fadcd44d
//
// Created by kladko on 9/5/19.
//
#include "DKGUtils.h"
#include <libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
#include <libff/algebra/exponentiation/exponentiation.hpp>
#include <../trusted_libff/libff/algebra/fields/fp.hpp>
#include "../sgxwallet_common.h"
std
::
string
stringFromFr
(
libff
::
alt_bn128_Fr
&
_el
)
{
mpz_t
t
;
mpz_init
(
t
);
_el
.
as_bigint
().
to_mpz
(
t
);
char
arr
[
mpz_sizeinbase
(
t
,
10
)
+
2
];
char
*
tmp
=
mpz_get_str
(
arr
,
10
,
t
);
mpz_clear
(
t
);
return
std
::
string
(
tmp
);
}
void
gen_dkg_poly
(
char
secret
[
BUF_LEN
],
unsigned
len
,
unsigned
_t
){
libff
::
init_alt_bn128_params
();
std
::
string
result
;
for
(
size_t
i
=
0
;
i
<
_t
;
++
i
)
{
libff
::
alt_bn128_Fr
cur_coef
=
1
;
//libff::alt_bn128_Fr::random_element();
/* while (i == _t - 1 && cur_coef == libff::alt_bn128_Fr::zero()) {
cur_coef = libff::alt_bn128_Fr::random_element();
}*/
result
+=
stringFromFr
(
cur_coef
);
if
(
i
<
_t
-
1
)
result
+=
":"
;
}
strncpy
(
secret
,
result
.
c_str
(),
BUF_LEN
);
len
=
result
.
length
();
}
\ No newline at end of file
secure_enclave/DKGUtils.h
0 → 100644
View file @
fadcd44d
//
// Created by kladko on 9/5/19.
//
#ifndef SGXD_DKGUTILS_H
#define SGXD_DKGUTILS_H
#ifdef __cplusplus
#define EXTERNC extern "C"
#else
#define EXTERNC
#endif
EXTERNC
void
gen_dkg_poly
(
char
*
secret
,
unsigned
len
,
unsigned
_t
);
#endif //SGXD_DKGUTILS_H
secure_enclave/Makefile.am
View file @
fadcd44d
...
@@ -85,7 +85,7 @@ CLEANFILES+= secure_enclave_t.c secure_enclave_t.h
...
@@ -85,7 +85,7 @@ CLEANFILES+= secure_enclave_t.c secure_enclave_t.h
secure_enclave_SOURCES
=
secure_enclave_t.c secure_enclave_t.h
\
secure_enclave_SOURCES
=
secure_enclave_t.c secure_enclave_t.h
\
secure_enclave.c
\
secure_enclave.c
\
BLSUtils.cpp
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
DKGUtils.cpp BLSUtils.cpp ../trusted_libff/libff/algebra/fields/fp.hpp
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
...
...
secure_enclave/Makefile.in
0 → 100644
View file @
fadcd44d
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH
=
@srcdir@
am__is_gnu_make
=
{
\
if
test
-z
'
$(MAKELEVEL)
'
;
then
\
false
;
\
elif
test
-n
'
$(MAKE_HOST)
'
;
then
\
true
;
\
elif
test
-n
'
$(MAKE_VERSION)
'
&&
test
-n
'
$(CURDIR)
'
;
then
\
true
;
\
else
\
false
;
\
fi
;
\
}
am__make_running_with_option
=
\
case
$$
{
target_option-
}
in
\
?
)
;;
\
*
)
echo
"am__make_running_with_option: internal error: invalid"
\
"target option '
$$
{target_option-}' specified"
>
&2
;
\
exit
1
;;
\
esac
;
\
has_opt
=
no
;
\
sane_makeflags
=
$$
MAKEFLAGS
;
\
if
$(am__is_gnu_make)
;
then
\
sane_makeflags
=
$$
MFLAGS
;
\
else
\
case
$$
MAKEFLAGS
in
\
*
\\
[
\ \
]
*
)
\
bs
=
\\
;
\
sane_makeflags
=
`
printf
'%s\n'
"
$$
MAKEFLAGS"
\
|
sed
"s/
$$
bs
$$
bs[
$$
bs
$$
bs ]*//g"
`
;;
\
esac
;
\
fi
;
\
skip_next
=
no
;
\
strip_trailopt
()
\
{
\
flg
=
`
printf
'%s\n'
"
$$
flg"
|
sed
"s/
$$
1.*
$$
//"
`
;
\
}
;
\
for
flg
in
$$
sane_makeflags
;
do
\
test
$$
skip_next
=
yes
&&
{
skip_next
=
no
;
continue
;
}
;
\
case
$$
flg
in
\
*
=
*
|
--
*
)
continue
;;
\
-
*
I
)
strip_trailopt
'I'
;
skip_next
=
yes
;;
\
-
*
I?
*
)
strip_trailopt
'I'
;;
\
-
*
O
)
strip_trailopt
'O'
;
skip_next
=
yes
;;
\
-
*
O?
*
)
strip_trailopt
'O'
;;
\
-
*
l
)
strip_trailopt
'l'
;
skip_next
=
yes
;;
\
-
*
l?
*
)
strip_trailopt
'l'
;;
\
-[dEDm]
)
skip_next
=
yes
;;
\
-[JT]
)
skip_next
=
yes
;;
\
esac
;
\
case
$$
flg
in
\
*
$$
target_option
*
)
has_opt
=
yes
;
break
;;
\
esac
;
\
done
;
\
test
$$
has_opt
=
yes
am__make_dryrun
=
(
target_option
=
n
;
$(am__make_running_with_option)
)
am__make_keepgoing
=
(
target_option
=
k
;
$(am__make_running_with_option)
)
pkgdatadir
=
$(datadir)
/@PACKAGE@
pkgincludedir
=
$(includedir)
/@PACKAGE@
pkglibdir
=
$(libdir)
/@PACKAGE@
pkglibexecdir
=
$(libexecdir)
/@PACKAGE@
am__cd
=
CDPATH
=
"
$$
{ZSH_VERSION+.}
$(PATH_SEPARATOR)
"
&&
cd
install_sh_DATA
=
$(install_sh)
-c
-m
644
install_sh_PROGRAM
=
$(install_sh)
-c
install_sh_SCRIPT
=
$(install_sh)
-c
INSTALL_HEADER
=
$(INSTALL_DATA)
transform
=
$(program_transform_name)
NORMAL_INSTALL
=
:
PRE_INSTALL
=
:
POST_INSTALL
=
:
NORMAL_UNINSTALL
=
:
PRE_UNINSTALL
=
:
POST_UNINSTALL
=
:
libexec_PROGRAMS
=
$(am__EXEEXT_1)
$(am__EXEEXT_2)
$(am__EXEEXT_3)
@ENCLAVE_RELEASE_SIGN_TRUE@
am__append_1
=
signed_enclave_rel
@ENCLAVE_RELEASE_SIGN_FALSE@
am__append_2
=
signed_enclave_debug
subdir
=
secure_enclave
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/m4/sgx_init.m4
\
$(top_srcdir)
/configure.ac
am__configure_deps
=
$(am__aclocal_m4_deps)
$(CONFIGURE_DEPENDENCIES)
\
$(ACLOCAL_M4)
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(am__DIST_COMMON)
mkinstalldirs
=
$(install_sh)
-d
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
am__EXEEXT_1
=
secure_enclave
$(EXEEXT)
@ENCLAVE_RELEASE_SIGN_TRUE@
am__EXEEXT_2
=
signed_enclave_rel
$(EXEEXT)
@ENCLAVE_RELEASE_SIGN_FALSE@
am__EXEEXT_3
=
\
@ENCLAVE_RELEASE_SIGN_FALSE@ signed_enclave_debug
$(EXEEXT)
am__installdirs
=
"
$(DESTDIR)$(libexecdir)
"
PROGRAMS
=
$(libexec_PROGRAMS)
am__objects_1
=
am_secure_enclave_OBJECTS
=
secure_enclave_t.
$(OBJEXT)
\
secure_enclave.
$(OBJEXT)
DKGUtils.
$(OBJEXT)
BLSUtils.
$(OBJEXT)
\
alt_bn128_init.
$(OBJEXT)
alt_bn128_g1.
$(OBJEXT)
\
$(am__objects_1)
$(am__objects_1)
secure_enclave_OBJECTS
=
$(am_secure_enclave_OBJECTS)
secure_enclave_DEPENDENCIES
=
@ENCLAVE_RELEASE_SIGN_FALSE@
nodist_signed_enclave_debug_OBJECTS
=
\
@ENCLAVE_RELEASE_SIGN_FALSE@ signed_enclave_debug.
$(OBJEXT)
signed_enclave_debug_OBJECTS
=
$(nodist_signed_enclave_debug_OBJECTS)
signed_enclave_debug_LDADD
=
$(LDADD)
@ENCLAVE_RELEASE_SIGN_TRUE@
nodist_signed_enclave_rel_OBJECTS
=
\
@ENCLAVE_RELEASE_SIGN_TRUE@ signed_enclave_rel.
$(OBJEXT)
signed_enclave_rel_OBJECTS
=
$(nodist_signed_enclave_rel_OBJECTS)
signed_enclave_rel_LDADD
=
$(LDADD)
AM_V_P
=
$
(
am__v_P_@AM_V@
)
am__v_P_
=
$
(
am__v_P_@AM_DEFAULT_V@
)
am__v_P_0
=
false
am__v_P_1
=
:
AM_V_GEN
=
$
(
am__v_GEN_@AM_V@
)
am__v_GEN_
=
$
(
am__v_GEN_@AM_DEFAULT_V@
)
am__v_GEN_0
=
@echo
" GEN "
$@
;
am__v_GEN_1
=
AM_V_at
=
$
(
am__v_at_@AM_V@
)
am__v_at_
=
$
(
am__v_at_@AM_DEFAULT_V@
)
am__v_at_0
=
@
am__v_at_1
=
DEFAULT_INCLUDES
=
-I
.@am__isrc@
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__maybe_remake_depfiles
=
depfiles
am__depfiles_remade
=
./
$(DEPDIR)
/BLSUtils.Po ./
$(DEPDIR)
/DKGUtils.Po
\
./
$(DEPDIR)
/alt_bn128_g1.Po ./
$(DEPDIR)
/alt_bn128_init.Po
\
./
$(DEPDIR)
/secure_enclave.Po ./
$(DEPDIR)
/secure_enclave_t.Po
\
./
$(DEPDIR)
/signed_enclave_debug.Po
\
./
$(DEPDIR)
/signed_enclave_rel.Po
am__mv
=
mv
-f
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
AM_V_CC
=
$
(
am__v_CC_@AM_V@
)
am__v_CC_
=
$
(
am__v_CC_@AM_DEFAULT_V@
)
am__v_CC_0
=
@echo
" CC "
$@
;
am__v_CC_1
=
CCLD
=
$(CC)
LINK
=
$(CCLD)
$(AM_CFLAGS)
$(CFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
-o
$@
AM_V_CCLD
=
$
(
am__v_CCLD_@AM_V@
)
am__v_CCLD_
=
$
(
am__v_CCLD_@AM_DEFAULT_V@
)
am__v_CCLD_0
=
@echo
" CCLD "
$@
;
am__v_CCLD_1
=
AM_V_lt
=
$
(
am__v_lt_@AM_V@
)
am__v_lt_
=
$
(
am__v_lt_@AM_DEFAULT_V@
)
am__v_lt_0
=
--silent
am__v_lt_1
=
CXXCOMPILE
=
$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
\
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
AM_V_CXX
=
$
(
am__v_CXX_@AM_V@
)
am__v_CXX_
=
$
(
am__v_CXX_@AM_DEFAULT_V@
)
am__v_CXX_0
=
@echo
" CXX "
$@
;
am__v_CXX_1
=
CXXLD
=
$(CXX)
CXXLINK
=
$(CXXLD)
$(AM_CXXFLAGS)
$(CXXFLAGS)
$(AM_LDFLAGS)
$(LDFLAGS)
\
-o
$@
AM_V_CXXLD
=
$
(
am__v_CXXLD_@AM_V@
)
am__v_CXXLD_
=
$
(
am__v_CXXLD_@AM_DEFAULT_V@
)
am__v_CXXLD_0
=
@echo
" CXXLD "
$@
;
am__v_CXXLD_1
=
SOURCES
=
$(secure_enclave_SOURCES)
\
$(nodist_signed_enclave_debug_SOURCES)
\
$(nodist_signed_enclave_rel_SOURCES)
DIST_SOURCES
=
$(secure_enclave_SOURCES)
am__can_run_installinfo
=
\
case
$$
AM_UPDATE_INFO_DIR
in
\
n|no|NO
)
false
;;
\
*
)
(
install-info
--version
)
>
/dev/null 2>&1
;;
\
esac
am__tagged_files
=
$(HEADERS)
$(SOURCES)
$(TAGS_FILES)
$(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
am__uniquify_input
=
$(AWK)
'\
BEGIN { nonempty = 0; } \
{ items[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique. This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files
=
\
list
=
'
$(am__tagged_files)
'
;
\
unique
=
`
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
echo
$$
i
;
else
echo
$(srcdir)
/
$$
i
;
fi
;
\
done
|
$(am__uniquify_input)
`
ETAGS
=
etags
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
=
@ACLOCAL@
AMTAR
=
@AMTAR@
AM_DEFAULT_VERBOSITY
=
@AM_DEFAULT_VERBOSITY@
AUTOCONF
=
@AUTOCONF@
AUTOHEADER
=
@AUTOHEADER@
AUTOMAKE
=
@AUTOMAKE@
AWK
=
@AWK@
CC
=
@CC@
CCDEPMODE
=
@CCDEPMODE@
CFLAGS
=
@CFLAGS@
CPP
=
@CPP@
CPPFLAGS
=
@CPPFLAGS@
CXX
=
@CXX@
CXXDEPMODE
=
@CXXDEPMODE@
CXXFLAGS
=
@CXXFLAGS@
CYGPATH_W
=
@CYGPATH_W@
DEFS
=
@DEFS@
DEPDIR
=
@DEPDIR@
ECHO_C
=
@ECHO_C@
ECHO_N
=
@ECHO_N@
ECHO_T
=
@ECHO_T@
ENCLAVE_SIGN_TARGET
=
@ENCLAVE_SIGN_TARGET@
EXEEXT
=
.so
GMP_CPPFLAGS
=
@GMP_CPPFLAGS@
GMP_LDFLAGS
=
@GMP_LDFLAGS@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
INSTALL_SCRIPT
=
@INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM
=
@INSTALL_STRIP_PROGRAM@
LDFLAGS
=
@LDFLAGS@
LIBOBJS
=
@LIBOBJS@
LIBS
=
@LIBS@
LIBS_HW_SIMU
=
@LIBS_HW_SIMU@
LTLIBOBJS
=
@LTLIBOBJS@
MAKEINFO
=
@MAKEINFO@
MKDIR_P
=
@MKDIR_P@
OBJEXT
=
@OBJEXT@
PACKAGE
=
@PACKAGE@
PACKAGE_BUGREPORT
=
@PACKAGE_BUGREPORT@
PACKAGE_NAME
=
@PACKAGE_NAME@
PACKAGE_STRING
=
@PACKAGE_STRING@
PACKAGE_TARNAME
=
@PACKAGE_TARNAME@
PACKAGE_URL
=
@PACKAGE_URL@
PACKAGE_VERSION
=
@PACKAGE_VERSION@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
SET_MAKE
=
@SET_MAKE@
SGXSDK
=
@SGXSDK@
SGXSDK_BINDIR
=
@SGXSDK_BINDIR@
SGXSDK_INCDIR
=
@SGXSDK_INCDIR@
SGXSDK_LIBDIR
=
@SGXSDK_LIBDIR@
SGXSSL
=
@SGXSSL@
SGXSSL_INCDIR
=
@SGXSSL_INCDIR@
SGXSSL_LIBDIR
=
@SGXSSL_LIBDIR@
SGX_DEBUG_FLAGS
=
@SGX_DEBUG_FLAGS@
SGX_ENCLAVE_CFLAGS
=
@SGX_ENCLAVE_CFLAGS@
SGX_ENCLAVE_CPPFLAGS
=
@SGX_ENCLAVE_CPPFLAGS@
SGX_ENCLAVE_CXXFLAGS
=
@SGX_ENCLAVE_CXXFLAGS@
SGX_ENCLAVE_LDADD
=
@SGX_ENCLAVE_LDADD@
SGX_ENCLAVE_LDFLAGS
=
@SGX_ENCLAVE_LDFLAGS@
SGX_TLIB_CFLAGS
=
@SGX_TLIB_CFLAGS@
SGX_TLIB_CPPFLAGS
=
@SGX_TLIB_CPPFLAGS@
SGX_TLIB_CXXFLAGS
=
@SGX_TLIB_CXXFLAGS@
SGX_TRTS_LIB
=
@SGX_TRTS_LIB@
SGX_TSERVICE_LIB
=
@SGX_TSERVICE_LIB@
SGX_UAE_SERVICE_LIB
=
@SGX_UAE_SERVICE_LIB@
SGX_URTS_LIB
=
@SGX_URTS_LIB@
SHELL
=
@SHELL@
STRIP
=
@STRIP@
TGMP_CPPFLAGS
=
@TGMP_CPPFLAGS@
TGMP_LDFLAGS
=
@TGMP_LDFLAGS@
VERSION
=
@VERSION@
abs_builddir
=
@abs_builddir@
abs_srcdir
=
@abs_srcdir@
abs_top_builddir
=
@abs_top_builddir@
abs_top_srcdir
=
@abs_top_srcdir@
ac_ct_CC
=
@ac_ct_CC@
ac_ct_CXX
=
@ac_ct_CXX@
am__include
=
@am__include@
am__leading_dot
=
@am__leading_dot@
am__quote
=
@am__quote@
am__tar
=
@am__tar@
am__untar
=
@am__untar@
bindir
=
@bindir@
build_alias
=
@build_alias@
builddir
=
@builddir@
datadir
=
@datadir@
datarootdir
=
@datarootdir@
docdir
=
@docdir@
dvidir
=
@dvidir@
enclave_libdir
=
@enclave_libdir@
exec_prefix
=
@exec_prefix@
host_alias
=
@host_alias@
htmldir
=
@htmldir@
includedir
=
@includedir@
infodir
=
@infodir@
install_sh
=
@install_sh@
libdir
=
@libdir@
libexecdir
=
@libexecdir@
localedir
=
@localedir@
localstatedir
=
@localstatedir@
mandir
=
@mandir@
mkdir_p
=
@mkdir_p@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
runstatedir
=
@runstatedir@
sbindir
=
@sbindir@
sharedstatedir
=
@sharedstatedir@
srcdir
=
@srcdir@
sysconfdir
=
@sysconfdir@
target_alias
=
@target_alias@
top_build_prefix
=
@top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
SGX_EDGER8R
=
$(SGXSDK_BINDIR)
/sgx_edger8r
SGX_SIGN
=
$(SGXSDK_BINDIR)
/sgx_sign
SGXSSL_BINDIR
=
@SGXSSL_BINDIR@
AM_CFLAGS
=
@SGX_ENCLAVE_CFLAGS@
AM_CPPFLAGS
=
@SGX_ENCLAVE_CPPFLAGS@
-Wall
\
-Wno-implicit-function-declaration
$(TGMP_CPPFLAGS)
\
-I
../trusted_libff
-I
../sgx-sdk-build/sgxsdk/include/libcxx
\
-I
../intel-sgx-ssl/Linux/package/include
AM_CXXFLAGS
=
@SGX_ENCLAVE_CXXFLAGS@ @SGX_ENCLAVE_CFLAGS@
-fno-builtin
AM_LDFLAGS
=
@SGX_ENCLAVE_LDFLAGS@
$(TGMP_LDFLAGS)
CLEANFILES
=
$(ENCLAVE)
.signed.so secure_enclave_t.c
\
secure_enclave_t.h
@ENCLAVE_RELEASE_SIGN_TRUE@
nodist_signed_enclave_rel_SOURCES
=
signed_enclave_rel.c
@ENCLAVE_RELEASE_SIGN_FALSE@
nodist_signed_enclave_debug_SOURCES
=
signed_enclave_debug.c
ENCLAVE
=
secure_enclave
ENCLAVE_CONFIG
=
$(ENCLAVE)
.config.xml
ENCLAVE_KEY
=
$(ENCLAVE)
_private.pem
secure_enclave_SOURCES
=
secure_enclave_t.c secure_enclave_t.h
\
secure_enclave.c
\
DKGUtils.cpp BLSUtils.cpp ../trusted_libff/libff/algebra/fields/fp.hpp ../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
\
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
$(ENCLAVE_KEY)
$(ENCLAVE_CONFIG)
secure_enclave_LDADD
=
@SGX_ENCLAVE_LDADD@
SGX_EXTRA_TLIBS
=
-lsgx_tgmp
-lsgx_tservice
-lsgx_urts
-lsgx_tcxx
../intel-sgx-ssl/Linux/package/lib64/libsgx_tsgxssl_crypto.a
all
:
all-am
.SUFFIXES
:
.SUFFIXES
:
.c .cpp .o .obj
$(srcdir)/Makefile.in
:
$(srcdir)/Makefile.am $(top_srcdir)/build-aux/sgx_enclave.am $(am__configure_deps)
@
for
dep
in
$?
;
do
\
case
'
$(am__configure_deps)
'
in
\
*
$$
dep
*
)
\
(
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
)
\
&&
{
if
test
-f
$@
;
then
exit
0
;
else
break
;
fi
;
}
;
\
exit
1
;;
\
esac
;
\
done
;
\
echo
' cd
$(top_srcdir)
&&
$(AUTOMAKE)
--foreign secure_enclave/Makefile'
;
\
$(am__cd)
$(top_srcdir)
&&
\
$(AUTOMAKE)
--foreign
secure_enclave/Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
*
config.status
*
)
\
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
;;
\
*
)
\
echo
' cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/$@
$(am__maybe_remake_depfiles)
'
;
\
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$(subdir)
/
$@
$(am__maybe_remake_depfiles)
;;
\
esac
;
$(top_srcdir)/build-aux/sgx_enclave.am $(am__empty)
:
$(top_builddir)/config.status
:
$(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(top_srcdir)/configure
:
$(am__configure_deps)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(ACLOCAL_M4)
:
$(am__aclocal_m4_deps)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(am__aclocal_m4_deps)
:
install-libexecPROGRAMS
:
$(libexec_PROGRAMS)
@
$(NORMAL_INSTALL)
@
list
=
'
$(libexec_PROGRAMS)
'
;
test
-n
"
$(libexecdir)
"
||
list
=
;
\
if
test
-n
"
$$
list"
;
then
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(libexecdir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(libexecdir)
"
||
exit
1
;
\
fi
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
's/
$(EXEEXT)
$$//'
|
\
while
read
p p1
;
do if
test
-f
$$
p
\
;
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
done
|
\
sed
-e
'p;s,.*/,,;n;h'
\
-e
's|.*|.|'
\
-e
'p;x;s,.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
|
\
sed
'N;N;N;s,\n, ,g'
|
\
$(AWK)
'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($$2 == $$4) files[d] = files[d] " " $$1; \
else { print "f", $$3 "/" $$4, $$1; } } \
END { for (d in files) print "f", d, files[d] }'
|
\
while
read type dir
files
;
do
\
if
test
"
$$
dir"
=
.
;
then
dir
=
;
else
dir
=
/
$$
dir
;
fi
;
\
test
-z
"
$$
files"
||
{
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(INSTALL_PROGRAM)
$$
files '
$(DESTDIR)$(libexecdir)$$
dir'"
;
\
$(INSTALL_PROGRAM_ENV)
$(INSTALL_PROGRAM)
$$
files
"
$(DESTDIR)$(libexecdir)$$
dir"
||
exit
$$
?
;
\
}
\
;
done
uninstall-libexecPROGRAMS
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(libexec_PROGRAMS)
'
;
test
-n
"
$(libexecdir)
"
||
list
=
;
\
files
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
\
sed
-e
'h;s,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
'
\
-e
's/$$/
$(EXEEXT)
/'
\
`
;
\
test
-n
"
$$
list"
||
exit
0
;
\
echo
" ( cd '
$(DESTDIR)$(libexecdir)
' && rm -f"
$$
files
")"
;
\
cd
"
$(DESTDIR)$(libexecdir)
"
&&
rm
-f
$$
files
clean-libexecPROGRAMS
:
-
test
-z
"
$(libexec_PROGRAMS)
"
||
rm
-f
$(libexec_PROGRAMS)
secure_enclave$(EXEEXT)
:
$(secure_enclave_OBJECTS) $(secure_enclave_DEPENDENCIES) $(EXTRA_secure_enclave_DEPENDENCIES)
@
rm
-f
secure_enclave
$(EXEEXT)
$(AM_V_CXXLD)$(CXXLINK)
$(secure_enclave_OBJECTS)
$(secure_enclave_LDADD)
$(LIBS)
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
distclean-compile
:
-
rm
-f
*
.tab.c
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/BLSUtils.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/DKGUtils.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/alt_bn128_g1.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/alt_bn128_init.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/secure_enclave.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/secure_enclave_t.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/signed_enclave_debug.Po@am__quote@
# am--include-marker
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/signed_enclave_rel.Po@am__quote@
# am--include-marker
$(am__depfiles_remade)
:
@
$(MKDIR_P)
$
(
@D
)
@
echo
'# dummy'
>
$@
-t
&&
$(am__mv)
$@
-t
$@
am--depfiles
:
$(am__depfiles_remade)
.c.o
:
@am__fastdepCC_TRUE@
$(AM_V_CC)$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCC_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC)
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@)$(COMPILE)
-c
-o
$@
$<
.c.obj
:
@am__fastdepCC_TRUE@
$(AM_V_CC)$(COMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCC_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@
$(AM_V_CC)
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@
DEPDIR
=
$(DEPDIR)
$(CCDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCC_FALSE@
$(AM_V_CC@am__nodep@)$(COMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
.cpp.o
:
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
$<
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXXCOMPILE)
-c
-o
$@
$<
.cpp.obj
:
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXXCOMPILE)
-MT
$@
-MD
-MP
-MF
$(DEPDIR)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/$*.Tpo
$(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'$<'
object
=
'$@'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXXCOMPILE)
-c
-o
$@
`$(CYGPATH_W)
'$<'
`
alt_bn128_init.o
:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_init.o
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_init.Tpo
-c
-o
alt_bn128_init.o
`test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
||
echo
'$(srcdir)/'
`../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/alt_bn128_init.Tpo
$(DEPDIR)/alt_bn128_init.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
object
=
'alt_bn128_init.o'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_init.o
`test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
||
echo
'$(srcdir)/'
`../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
alt_bn128_init.obj
:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_init.obj
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_init.Tpo
-c
-o
alt_bn128_init.obj
`if
test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
then
$(CYGPATH_W)
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
fi`
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/alt_bn128_init.Tpo
$(DEPDIR)/alt_bn128_init.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
object
=
'alt_bn128_init.obj'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_init.obj
`if
test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
then
$(CYGPATH_W)
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_init.cpp'
;
fi`
alt_bn128_g1.o
:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.o
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.o
`test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'$(srcdir)/'
`../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/alt_bn128_g1.Tpo
$(DEPDIR)/alt_bn128_g1.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
object
=
'alt_bn128_g1.o'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_g1.o
`test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
||
echo
'$(srcdir)/'
`../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
alt_bn128_g1.obj
:
../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp
@am__fastdepCXX_TRUE@
$(AM_V_CXX)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-MT
alt_bn128_g1.obj
-MD
-MP
-MF
$(DEPDIR)/alt_bn128_g1.Tpo
-c
-o
alt_bn128_g1.obj
`if
test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi`
@am__fastdepCXX_TRUE@
$(AM_V_at)$(am__mv)
$(DEPDIR)/alt_bn128_g1.Tpo
$(DEPDIR)/alt_bn128_g1.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
$(AM_V_CXX)
source
=
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
object
=
'alt_bn128_g1.obj'
libtool
=
no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@
DEPDIR
=
$(DEPDIR)
$(CXXDEPMODE)
$(depcomp)
@AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@
$(AM_V_CXX@am__nodep@)$(CXX)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
$(CPPFLAGS)
$(AM_CXXFLAGS)
$(CXXFLAGS)
-c
-o
alt_bn128_g1.obj
`if
test
-f
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
then
$(CYGPATH_W)
'../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
else
$(CYGPATH_W)
'$(srcdir)/../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g1.cpp'
;
fi`
ID
:
$(am__tagged_files)
$(am__define_uniq_tagged_files)
;
mkid
-fID
$$
unique
tags
:
tags-am
TAGS
:
tags
tags-am
:
$(TAGS_DEPENDENCIES) $(am__tagged_files)
set
x
;
\
here
=
`
pwd
`
;
\
$(am__define_uniq_tagged_files)
;
\
shift
;
\
if
test
-z
"
$(ETAGS_ARGS)$$
*
$$
unique"
;
then
:
;
else
\
test
-n
"
$$
unique"
||
unique
=
$$
empty_fix
;
\
if
test
$$
# -gt 0; then
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
"
$$
@"
$$
unique
;
\
else
\
$(ETAGS)
$(ETAGSFLAGS)
$(AM_ETAGSFLAGS)
$(ETAGS_ARGS)
\
$$
unique
;
\
fi
;
\
fi
ctags
:
ctags-am
CTAGS
:
ctags
ctags-am
:
$(TAGS_DEPENDENCIES) $(am__tagged_files)
$(am__define_uniq_tagged_files)
;
\
test
-z
"
$(CTAGS_ARGS)$$
unique"
\
||
$(CTAGS)
$(CTAGSFLAGS)
$(AM_CTAGSFLAGS)
$(CTAGS_ARGS)
\
$$
unique
GTAGS
:
here
=
`
$(am__cd)
$(top_builddir)
&&
pwd
`
\
&&
$(am__cd)
$(top_srcdir)
\
&&
gtags
-i
$(GTAGS_ARGS)
"
$$
here"
cscopelist
:
cscopelist-am
cscopelist-am
:
$(am__tagged_files)
list
=
'
$(am__tagged_files)
'
;
\
case
"
$(srcdir)
"
in
\
[
\\
/]
*
|
?:[
\\
/]
*
)
sdir
=
"
$(srcdir)
"
;;
\
*
)
sdir
=
$(subdir)
/
$(srcdir)
;;
\
esac
;
\
for
i
in
$$
list
;
do
\
if
test
-f
"
$$
i"
;
then
\
echo
"
$(subdir)
/
$$
i"
;
\
else
\
echo
"
$$
sdir/
$$
i"
;
\
fi
;
\
done
>>
$(top_builddir)
/cscope.files
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir
:
$(BUILT_SOURCES)
$(MAKE)
$(AM_MAKEFLAGS)
distdir-am
distdir-am
:
$(DISTFILES)
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's/[].[^$$\\*]/\\\\&/g'
`
;
\
list
=
'
$(DISTFILES)
'
;
\
dist_files
=
`
for
file
in
$$
list
;
do
echo
$$
file
;
done
|
\
sed
-e
"s|^
$$
srcdirstrip/||;t"
\
-e
"s|^
$$
topsrcdirstrip/|
$(top_builddir)
/|;t"
`
;
\
case
$$
dist_files
in
\
*
/
*
)
$(MKDIR_P)
`
echo
"
$$
dist_files"
|
\
sed
'/\//!d;s|^|
$(distdir)
/|;s,/[^/]*$$,,'
|
\
sort
-u
`
;;
\
esac
;
\
for
file
in
$$
dist_files
;
do
\
if
test
-f
$$
file
||
test
-d
$$
file
;
then
d
=
.
;
else
d
=
$(srcdir)
;
fi
;
\
if
test
-d
$$
d/
$$
file
;
then
\
dir
=
`
echo
"/
$$
file"
|
sed
-e
's,/[^/]*$$,,'
`
;
\
if
test
-d
"
$(distdir)
/
$$
file"
;
then
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod
u+rwx
{}
\;
;
\
fi
;
\
if
test
-d
$(srcdir)
/
$$
file
&&
test
$$
d
!=
$(srcdir)
;
then
\
cp
-fpR
$(srcdir)
/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
find
"
$(distdir)
/
$$
file"
-type
d
!
-perm
-700
-exec
chmod
u+rwx
{}
\;
;
\
fi
;
\
cp
-fpR
$$
d/
$$
file
"
$(distdir)$$
dir"
||
exit
1
;
\
else
\
test
-f
"
$(distdir)
/
$$
file"
\
||
cp
-p
$$
d/
$$
file
"
$(distdir)
/
$$
file"
\
||
exit
1
;
\
fi
;
\
done
check-am
:
all-am
check
:
check-am
all-am
:
Makefile $(PROGRAMS)
installdirs
:
for
dir
in
"
$(DESTDIR)$(libexecdir)
"
;
do
\
test
-z
"
$$
dir"
||
$(MKDIR_P)
"
$$
dir"
;
\
done
install
:
install-am
install-exec
:
install-exec-am
install-data
:
install-data-am
uninstall
:
uninstall-am
install-am
:
all-am
@
$(MAKE)
$(AM_MAKEFLAGS)
install-exec-am install-data-am
installcheck
:
installcheck-am
install-strip
:
if
test
-z
'
$(STRIP)
'
;
then
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
install
;
\
else
\
$(MAKE)
$(AM_MAKEFLAGS)
INSTALL_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
\
install_sh_PROGRAM
=
"
$(INSTALL_STRIP_PROGRAM)
"
INSTALL_STRIP_FLAG
=
-s
\
"INSTALL_PROGRAM_ENV=STRIPPROG='
$(STRIP)
'"
install
;
\
fi
mostlyclean-generic
:
clean-generic
:
-
test
-z
"
$(CLEANFILES)
"
||
rm
-f
$(CLEANFILES)
distclean-generic
:
-
test
-z
"
$(CONFIG_CLEAN_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_FILES)
-
test
.
=
"
$(srcdir)
"
||
test
-z
"
$(CONFIG_CLEAN_VPATH_FILES)
"
||
rm
-f
$(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic
:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
clean
:
clean-am
clean-am
:
clean-generic clean-libexecPROGRAMS mostlyclean-am
distclean
:
distclean-am
-
rm
-f
./
$(DEPDIR)
/BLSUtils.Po
-
rm
-f
./
$(DEPDIR)
/DKGUtils.Po
-
rm
-f
./
$(DEPDIR)
/alt_bn128_g1.Po
-
rm
-f
./
$(DEPDIR)
/alt_bn128_init.Po
-
rm
-f
./
$(DEPDIR)
/secure_enclave.Po
-
rm
-f
./
$(DEPDIR)
/secure_enclave_t.Po
-
rm
-f
./
$(DEPDIR)
/signed_enclave_debug.Po
-
rm
-f
./
$(DEPDIR)
/signed_enclave_rel.Po
-
rm
-f
Makefile
distclean-am
:
clean-am distclean-compile distclean-generic
\
distclean-tags
dvi
:
dvi-am
dvi-am
:
html
:
html-am
html-am
:
info
:
info-am
info-am
:
install-data-am
:
install-dvi
:
install-dvi-am
install-dvi-am
:
install-exec-am
:
install-libexecPROGRAMS
install-html
:
install-html-am
install-html-am
:
install-info
:
install-info-am
install-info-am
:
install-man
:
install-pdf
:
install-pdf-am
install-pdf-am
:
install-ps
:
install-ps-am
install-ps-am
:
installcheck-am
:
maintainer-clean
:
maintainer-clean-am
-
rm
-f
./
$(DEPDIR)
/BLSUtils.Po
-
rm
-f
./
$(DEPDIR)
/DKGUtils.Po
-
rm
-f
./
$(DEPDIR)
/alt_bn128_g1.Po
-
rm
-f
./
$(DEPDIR)
/alt_bn128_init.Po
-
rm
-f
./
$(DEPDIR)
/secure_enclave.Po
-
rm
-f
./
$(DEPDIR)
/secure_enclave_t.Po
-
rm
-f
./
$(DEPDIR)
/signed_enclave_debug.Po
-
rm
-f
./
$(DEPDIR)
/signed_enclave_rel.Po
-
rm
-f
Makefile
maintainer-clean-am
:
distclean-am maintainer-clean-generic
mostlyclean
:
mostlyclean-am
mostlyclean-am
:
mostlyclean-compile mostlyclean-generic
pdf
:
pdf-am
pdf-am
:
ps
:
ps-am
ps-am
:
uninstall-am
:
uninstall-libexecPROGRAMS
.MAKE
:
install-am install-strip
.PHONY
:
CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean
\
clean-generic clean-libexecPROGRAMS cscopelist-am ctags
\
ctags-am distclean distclean-compile distclean-generic
\
distclean-tags distdir dvi dvi-am html html-am info info-am
\
install install-am install-data install-data-am install-dvi
\
install-dvi-am install-exec install-exec-am install-html
\
install-html-am install-info install-info-am
\
install-libexecPROGRAMS install-man install-pdf install-pdf-am
\
install-ps install-ps-am install-strip installcheck
\
installcheck-am installdirs maintainer-clean
\
maintainer-clean-generic mostlyclean mostlyclean-compile
\
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall
\
uninstall-am uninstall-libexecPROGRAMS
.PRECIOUS
:
Makefile
%_t.h %_t.c
:
%.edl
$(SGX_EDGER8R)
--search-path
$(SGXSDK_INCDIR)
$(SGX_EDGER8R_FLAGS)
--trusted
$<
@ENCLAVE_RELEASE_SIGN_TRUE@.PHONY
:
signed_enclave_rel
@ENCLAVE_RELEASE_SIGN_FALSE@.PHONY
:
signed_enclave_debug
signed_enclave_debug$(EXEEXT)
:
$(ENCLAVE).signed$(EXEEXT)
$(ENCLAVE).signed$(EXEEXT)
:
$(ENCLAVE)$(EXEEXT) $(ENCLAVE_CONFIG)
$(SGX_SIGN)
sign
$(SGX_SIGN_FLAGS)
-key
$(ENCLAVE_KEY)
-enclave
$(ENCLAVE)
.so
-out
$(ENCLAVE)
.signed.so
-config
$(ENCLAVE_CONFIG)
signed_enclave_rel$(EXEEXT)
:
@
echo
"--------------------------------------------------------------"
@
echo
"The project has been built in release hardware mode."
@
echo
"Please sign
$(ENCLAVE)
.so with your signing key "
@
echo
"before you run the application to launch and access "
@
echo
"the enclave."
@
echo
@
echo
"To sign the enclave use the command:"
@
echo
"
$(SGX_SIGN)
sign
$(SGX_SIGN_FLAGS)
-key <your_key> -enclave
$(ENCLAVE)
.so -out
$(ENCLAVE)
.signed.so -config
$(ENCLAVE_CONFIG)
"
@
echo
"You can also sign the enclave using an external signing tool."
@
echo
"--------------------------------------------------------------"
$(ENCLAVE_KEY)
:
@
echo
"Creating random private key file for testing and"
@
echo
"debugging purposes:"
@
echo
"
$(ENCLAVE_PKEY)
"
openssl genrsa
-3
-out
$@
3072
$(ENCLAVE_CONFIG)
:
@
echo
"Creating default enclave configuration file:"
@
echo
"
$(ENCLAVE_CFG)
"
@
echo
"<EnclaveConfiguration>"
>
$(ENCLAVE)
.config.xml
@
echo
" <ProdID>0</ProdID>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <ISVSVN>0</ISVSVN>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <StackMaxSize>0x40000</StackMaxSize>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <HeapMaxSize>0x100000</HeapMaxSize>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <TCSNum>1</TCSNum>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <TCSPolicy>1</TCSPolicy>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <!-- Recommend changing 'DisableDebug' to 1 to make the enclave undebuggable for enclave release -->"
>>
$(ENCLAVE)
.config.xml
@
echo
" <DisableDebug>0</DisableDebug>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <MiscSelect>0</MiscSelect>"
>>
$(ENCLAVE)
.config.xml
@
echo
" <MiscMask>0xFFFFFFFF</MiscMask>"
>>
$(ENCLAVE)
.config.xml
@
echo
" </EnclaveConfiguration>"
>>
$(ENCLAVE)
.config.xml
@
echo
""
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT
:
secure_enclave/secure_enclave.c
View file @
fadcd44d
...
@@ -287,6 +287,8 @@ void ecdsa_sign_message(int *err_status, char *err_string, uint8_t *encrypted_k
...
@@ -287,6 +287,8 @@ void ecdsa_sign_message(int *err_status, char *err_string, uint8_t *encrypted_k
//strncpy(signature, ecdsaSig, MAX_SIG_LEN);
//strncpy(signature, ecdsaSig, MAX_SIG_LEN);
...
@@ -343,3 +345,31 @@ void ecdsa_sign_message(int *err_status, char *err_string, uint8_t *encrypted_k
...
@@ -343,3 +345,31 @@ void ecdsa_sign_message(int *err_status, char *err_string, uint8_t *encrypted_k
*
err_status
=
0
;
*
err_status
=
0
;
}
}
void
gen_dkg_secret
(
int
*
err_status
,
char
*
err_string
,
uint8_t
*
encrypted_dkg_secret
,
size_t
_t
){
size_t
len
=
0
;
char
dkg_secret
[
BUF_LEN
];
gen_dkg_poly
(
dkg_secret
,
len
,
_t
);
char
poly
[
BUF_LEN
];
memset
(
poly
,
0
,
BUF_LEN
);
strncpy
(
poly
,
dkg_secret
,
len
);
memset
(
encrypted_dkg_secret
,
0
,
BUF_LEN
);
uint32_t
sealedLen
=
sgx_calc_sealed_data_size
(
0
,
sizeof
(
poly
));
sgx_status_t
status
=
sgx_seal_data
(
0
,
NULL
,
BUF_LEN
,
(
uint8_t
*
)
dkg_secret
,
sealedLen
,(
sgx_sealed_data_t
*
)
encrypted_dkg_secret
);
if
(
poly
[
0
]
!=
'1'
){
snprintf
(
err_string
,
BUF_LEN
,
"wrong poly"
);
}
if
(
status
!=
SGX_SUCCESS
)
{
snprintf
(
err_string
,
BUF_LEN
,
"SGX seal data failed"
);
}
}
\ No newline at end of file
secure_enclave/secure_enclave.edl
View file @
fadcd44d
...
@@ -56,6 +56,12 @@ enclave {
...
@@ -56,6 +56,12 @@ enclave {
uint32_t enc_len,
uint32_t enc_len,
[in, count = 1024] uint8_t* hash,
[in, count = 1024] uint8_t* hash,
[out, count = 1024] char* signature);
[out, count = 1024] char* signature);
public void gen_dkg_secret (
[user_check] int *err_status,
[out, count = 1024] char* err_string,
[out, count = 1024] uint8_t* encrypted_dkg_secret,
size_t _t);
};
};
...
...
sgxwallet.c
View file @
fadcd44d
...
@@ -43,7 +43,6 @@ void usage() {
...
@@ -43,7 +43,6 @@ void usage() {
}
}
sgx_launch_token_t
token
=
{
0
};
sgx_launch_token_t
token
=
{
0
};
sgx_enclave_id_t
eid
;
sgx_enclave_id_t
eid
;
sgx_status_t
status
;
sgx_status_t
status
;
int
updated
;
int
updated
;
...
...
testw.cpp
View file @
fadcd44d
...
@@ -114,6 +114,24 @@ TEST_CASE( "DKG gen test", "[dkg-gen]" ) {
...
@@ -114,6 +114,24 @@ TEST_CASE( "DKG gen test", "[dkg-gen]" ) {
init_all
();
init_all
();
// put your test here
uint8_t
*
encrypted_dkg_secret
=
(
uint8_t
*
)
calloc
(
1024
,
1
);
//char* Array = (char*) calloc(128, 1);
char
*
errMsg
=
(
char
*
)
calloc
(
1024
,
1
);
int
err_status
=
0
;
// unsigned int enc_len = 0;
//(int *err_status, char *err_string, uint8_t *encrypted_dkg_secret, size_t _t)
status
=
gen_dkg_secret
(
eid
,
&
err_status
,
errMsg
,
encrypted_dkg_secret
,
1
);
REQUIRE
(
status
==
SGX_SUCCESS
);
printf
(
"gen_dkg_secret completed with status: %d %s
\n
"
,
err_status
,
errMsg
);
printf
(
" Encrypted key len %d
\n
"
,
sizeof
(
encrypted_dkg_secret
));
}
}
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