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
ca3e7530
Unverified
Commit
ca3e7530
authored
Dec 09, 2019
by
svetaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-1775 Updated links to trusted and untrusted libff
parent
edc8247f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
DKGCrypto.cpp
DKGCrypto.cpp
+1
-5
BLSEnclave.cpp
secure_enclave/BLSEnclave.cpp
+2
-2
No files found.
DKGCrypto.cpp
View file @
ca3e7530
...
...
@@ -11,11 +11,7 @@
#include "SGXWalletServer.hpp"
#include "RPCException.h"
#include <../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
#include <../trusted_libff/libff/algebra/fields/fp.hpp>
#include <../trusted_libff/libff/algebra/curves/alt_bn128/alt_bn128_g2.hpp>
#include <libBLS/libff/libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp>
std
::
vector
<
std
::
string
>
SplitString
(
const
char
*
koefs
,
const
char
symbol
){
std
::
string
str
(
koefs
);
...
...
secure_enclave/BLSEnclave.cpp
View file @
ca3e7530
...
...
@@ -10,8 +10,8 @@
#include "BLSEnclave.h"
#include "libff/algebra/curves/alt_bn128/alt_bn128_init.hpp"
#include "libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp"
#include "
../trusted_libff/
libff/algebra/curves/alt_bn128/alt_bn128_init.hpp"
#include "
../trusted_libff/
libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp"
std
::
string
*
stringFromKey
(
libff
::
alt_bn128_Fr
*
_key
)
{
...
...
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