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
45aced00
Unverified
Commit
45aced00
authored
May 06, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed docs
parent
4616ef27
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
101 additions
and
112 deletions
+101
-112
ServerInit.cpp
ServerInit.cpp
+3
-1
testw.cpp
testw.cpp
+95
-109
testw.py
testw.py
+3
-2
No files found.
ServerInit.cpp
View file @
45aced00
...
...
@@ -106,10 +106,12 @@ void initEnclave(uint32_t _logLevel) {
}
int
sgxServerInited
=
0
;
void
initAll
(
uint32_t
_logLevel
,
bool
_checkCert
,
bool
_autoSign
)
{
static
int
sgxServerInited
;
cout
<<
"Running sgxwallet version:"
<<
SGXWALLET_VERSION
<<
endl
;
CHECK_STATE
(
sgxServerInited
==
0
)
sgxServerInited
=
1
;
...
...
testw.cpp
View file @
45aced00
This diff is collapsed.
Click to expand it.
testw.py
View file @
45aced00
...
...
@@ -42,10 +42,11 @@ testList = ["[bls-key-encrypt]", "[dkg-gen]",
"[test]"
,
"[get-pub-ecdsa-key-test]"
,
"[bls-dkg]"
,
"[api]"
,
"[
ecdsa-
api]"
,
"[get-server-status]"
,
"[many-threads]"
,
"[ecdsa-api]"
,
"[ecdsa-key-gen-api]"
,
"[ecdsa-key-gen-sign-api]"
,
"[dkg-api]"
,
"[is-poly]"
,
# "[bls-sign]",
...
...
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