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
8ad1a9ea
Unverified
Commit
8ad1a9ea
authored
May 15, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-1880-fix-ecdsa
parent
cec32d23
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
ECDSACrypto.cpp
ECDSACrypto.cpp
+3
-0
common.h
common.h
+7
-3
No files found.
ECDSACrypto.cpp
View file @
8ad1a9ea
...
...
@@ -36,6 +36,9 @@
#include "spdlog/spdlog.h"
#include "common.h"
#include "BLSCrypto.h"
#include "ECDSACrypto.h"
...
...
common.h
View file @
8ad1a9ea
...
...
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Affero General Public License
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file
BLSEnclave.cpp
@file
common.h
@author Stan Kladko
@date 2020
*/
...
...
@@ -33,8 +33,12 @@ using namespace std;
#include <memory>
#define USER_SPACE
#include <gmp.h>
#include "secure_enclave/Point.h"
#include "secure_enclave/DomainParameters.h"
#include "secure_enclave/NumberTheory.h"
#include "secure_enclave/Signature.h"
#include "InvalidStateException.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