Added files

parent 1ec446e5
//
// Created by kladko on 8/14/19.
//
#define GMP_WITH_SGX
#include "libff/algebra/curves/alt_bn128/alt_bn128_pp.hpp"
#include "BLSUtils.h"
void import_key() {
auto private_key = new libff::alt_bn128_Fr("4160780231445160889237664391382223604184857153814275770598791864649971919844");
}
//
// Created by kladko on 8/14/19.
//
#ifndef SGXD_BLSUTILS_H
#define SGXD_BLSUTILS_H
#ifdef __cplusplus
#define EXTERNC extern "C"
#else
#define EXTERNC
#endif
EXTERNC void import_key();
#endif //SGXD_BLSUTILS_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