From deb8d59130b3d2d1899b027d704ad8d74e22950b Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 28 Jun 2022 10:58:41 +0200 Subject: [PATCH] Fixed cppcheck error --- src/crypto.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto.cpp b/src/crypto.cpp index e2d390a..9e6c9ce 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -93,7 +93,6 @@ void generate_keys(hash& pub, hash& sec) ge_p3_tobytes(pub.h, &point); } -// cppcheck-suppress constParameter void generate_keys_deterministic(hash& pub, hash& sec, const uint8_t* entropy, size_t len) { uint32_t counter = 0;