Fixed cppcheck errors

This commit is contained in:
SChernykh
2023-04-14 11:05:47 +02:00
parent 9368b96129
commit 6ef166ba33
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ static FORCEINLINE bool less32(const uint8_t* k0, const uint8_t* k1)
return false;
}
// cppcheck-suppress constParameter
// cppcheck-suppress constParameterReference
void generate_keys(hash& pub, hash& sec)
{
do {