thanks Willy-JL
@@ -1,6 +1,7 @@
#include <assert.h>
#include "ed25519_donna.h"
#include "../memzero.h"
+#include "options.h"
/* sqrt(x) is such an integer y that 0 <= y <= p - 1, y % 2 = 0, and y^2 = x (mod p). */
/* d = -121665 / 121666 */
@@ -31,6 +31,8 @@
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote
// developers
+
#if USE_MONERO
#ifndef __XMR_BASE58_H__
@@ -2,6 +2,8 @@
// Created by Dusan Klinec on 02/05/2018.
//
#include "serialize.h"
// Created by Dusan Klinec on 10/05/2018.
#include "xmr.h"