Unverified Commit ca3e7530 authored by svetaro's avatar svetaro

SKALE-1775 Updated links to trusted and untrusted libff

parent edc8247f
......@@ -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