@@ -1,7 +1,7 @@
#include <assert.h>
-#include "../options.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,7 +31,7 @@
// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote
// developers
#if USE_MONERO
@@ -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"