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
de9dabce
Unverified
Commit
de9dabce
authored
Sep 08, 2019
by
kladkogex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed sgxd
parent
31740f68
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
18 deletions
+18
-18
BLSCrypto.h
BLSCrypto.h
+3
-3
BLSPrivateKeyShareSGX.h
BLSPrivateKeyShareSGX.h
+3
-3
SGXWalletServer.h
SGXWalletServer.h
+3
-3
BLSUtils.h
secure_enclave/BLSUtils.h
+3
-3
sgxwallet.h
sgxwallet.h
+3
-3
sgxwallet_common.h
sgxwallet_common.h
+3
-3
No files found.
BLSCrypto.h
View file @
de9dabce
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
//
//
#ifndef SGX
D
_BLSCRYPTO_H
#ifndef SGX
WALLET
_BLSCRYPTO_H
#define SGX
D
_BLSCRYPTO_H
#define SGX
WALLET
_BLSCRYPTO_H
#ifdef __cplusplus
#ifdef __cplusplus
#define EXTERNC extern "C"
#define EXTERNC extern "C"
...
@@ -31,4 +31,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len,
...
@@ -31,4 +31,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len,
#endif //SGX
D
_BLSCRYPTO_H
#endif //SGX
WALLET
_BLSCRYPTO_H
BLSPrivateKeyShareSGX.h
View file @
de9dabce
...
@@ -21,9 +21,9 @@
...
@@ -21,9 +21,9 @@
@date 2019
@date 2019
*/
*/
#ifndef SGX
D
_BLSPRIVATEKEYSHARESGX_H
#ifndef SGX
WALLET
_BLSPRIVATEKEYSHARESGX_H
#define SGX
D
_BLSPRIVATEKEYSHARESGX_H
#define SGX
WALLET
_BLSPRIVATEKEYSHARESGX_H
#define SGX
D
_BLSPRIVATEKEYSHARESGX_H
#define SGX
WALLET
_BLSPRIVATEKEYSHARESGX_H
#include "BLSPrivateKeyShare.h"
#include "BLSPrivateKeyShare.h"
...
...
SGXWalletServer.h
View file @
de9dabce
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// Created by kladko on 05.09.19.
// Created by kladko on 05.09.19.
//
//
#ifndef SGX
D
_SGXWALLETSERVER_H
#ifndef SGX
WALLET
_SGXWALLETSERVER_H
#define SGX
D
_SGXWALLETSERVER_H
#define SGX
WALLET
_SGXWALLETSERVER_H
#ifdef __cplusplus
#ifdef __cplusplus
#define EXTERNC extern "C"
#define EXTERNC extern "C"
...
@@ -15,4 +15,4 @@
...
@@ -15,4 +15,4 @@
EXTERNC
int
init_server
();
EXTERNC
int
init_server
();
#endif //SGX
D
_SGXWALLETSERVER_H
#endif //SGX
WALLET
_SGXWALLETSERVER_H
secure_enclave/BLSUtils.h
View file @
de9dabce
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// Created by kladko on 8/14/19.
// Created by kladko on 8/14/19.
//
//
#ifndef SGX
D
_BLSUTILS_H
#ifndef SGX
WALLET
_BLSUTILS_H
#define SGX
D
_BLSUTILS_H
#define SGX
WALLET
_BLSUTILS_H
...
@@ -27,4 +27,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len,
...
@@ -27,4 +27,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len,
uint8_t
*
_bin
);
uint8_t
*
_bin
);
#endif //SGX
D
_BLSUTILS_H
#endif //SGX
WALLET
_BLSUTILS_H
sgxwallet.h
View file @
de9dabce
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// Created by kladko on 9/3/19.
// Created by kladko on 9/3/19.
//
//
#ifndef SGX
D_SGXD
_H
#ifndef SGX
WALLET_SGXWALLET
_H
#define SGX
D_SGXD
_H
#define SGX
WALLET_SGXWALLET
_H
#include "sgxwallet_common.h"
#include "sgxwallet_common.h"
...
@@ -22,4 +22,4 @@ extern sgx_status_t status;
...
@@ -22,4 +22,4 @@ extern sgx_status_t status;
#endif //SGX
D_SGXD
_H
#endif //SGX
WALLET_SGXWALLET
_H
sgxwallet_common.h
View file @
de9dabce
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// Created by kladko on 9/3/19.
// Created by kladko on 9/3/19.
//
//
#ifndef SGX
D_SGXD
_COMMON_H
#ifndef SGX
WALLET_SGXWALLET
_COMMON_H
#define SGX
D_SGXD
_COMMON_H
#define SGX
WALLET_SGXWALLET
_COMMON_H
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
...
@@ -28,4 +28,4 @@
...
@@ -28,4 +28,4 @@
#endif //SGX
D_SGXD
_COMMON_H
#endif //SGX
WALLET_SGXWALLET
_COMMON_H
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