From 953cdabb1e8cfce20500d1f2c234b2ff7f3742d6 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 7 Jul 2019 18:25:08 +0200 Subject: [PATCH] Updated changelog --- src/protocol/CryptionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/CryptionHandler.cpp b/src/protocol/CryptionHandler.cpp index 0773a3d..9c4e896 100644 --- a/src/protocol/CryptionHandler.cpp +++ b/src/protocol/CryptionHandler.cpp @@ -112,7 +112,7 @@ void _fe_neg(fe h, const fe f) { h[9] = h9; } /* -inline void keyMul(uint8_t(& target_buffer)[32], const uint8_t* publicKey /* compressed */, const uint8_t* privateKey /* uncompressed */, bool negate){ +inline void keyMul(uint8_t(& target_buffer)[32], const uint8_t* publicKey /* compressed, const uint8_t* privateKey /* uncompressed, bool negate){ ge_p3 keyA{}; ge_p2 result{};