From 278720f5e96a07e6503a341f048afecb44eff54a Mon Sep 17 00:00:00 2001 From: sebastianstolzenberg Date: Tue, 13 Mar 2018 20:19:20 +0100 Subject: [PATCH] Implemented Monero v1 pow changes * Adds arm implementation and test code for single hash * Fixed build break for when APP_DEBUG is set * Applied new icons / design --- .gitignore | 2 +- index.html | 4 +- res/app.ico | Bin 15086 -> 128150 bytes src/crypto/CryptoNight.cpp | 27 +++++--- src/crypto/CryptoNight_arm.h | 101 ++++++++++++++++++++++++++++++ src/crypto/CryptoNight_monero.h | 57 +++++++++++++++++ src/crypto/CryptoNight_test.h | 38 ++++++++++-- src/crypto/CryptoNight_x86.h | 105 +++++++++++++++++++++++++++++++- src/net/Client.cpp | 2 +- 9 files changed, 317 insertions(+), 19 deletions(-) create mode 100644 src/crypto/CryptoNight_monero.h diff --git a/.gitignore b/.gitignore index 34695ef3..e9a0152c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ /.idea /CMakeFiles /src/3rdparty -/cmake-build-debug +/cmake-build-* CMakeCache.txt cmake_install.cmake Makefile diff --git a/index.html b/index.html index b3865c22..7ff65a69 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,8 @@ + +