Unverified Commit 8ad1a9ea authored by kladko's avatar kladko

SKALE-1880-fix-ecdsa

parent cec32d23
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
#include "spdlog/spdlog.h" #include "spdlog/spdlog.h"
#include "common.h" #include "common.h"
#include "BLSCrypto.h" #include "BLSCrypto.h"
#include "ECDSACrypto.h" #include "ECDSACrypto.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
You should have received a copy of the GNU Affero General Public License You should have received a copy of the GNU Affero General Public License
along with sgxwallet. If not, see <https://www.gnu.org/licenses/>. along with sgxwallet. If not, see <https://www.gnu.org/licenses/>.
@file BLSEnclave.cpp @file common.h
@author Stan Kladko @author Stan Kladko
@date 2020 @date 2020
*/ */
...@@ -33,8 +33,12 @@ using namespace std; ...@@ -33,8 +33,12 @@ using namespace std;
#include <memory> #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" #include "InvalidStateException.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment