Unverified Commit 9d58b05e authored by Sveta Rogova's avatar Sveta Rogova Committed by GitHub

Merge pull request #14 from skalenetwork/enhancement/SKALE-1775-Dependenices-Build-Improvment

SKALE-1775 Updated links to trusted and untrusted libff
parents 5c046c72 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);
......
......@@ -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) {
......
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