mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 01:51:27 +09:00
Merge pull request #10248
86927f3 Remove invalid constexpr (Lee *!* Clagett)
This commit is contained in:
commit
37dcdebfad
@ -71,7 +71,7 @@ namespace crypto {
|
|||||||
return h;
|
return h;
|
||||||
}
|
}
|
||||||
|
|
||||||
static constexpr void cn_variant1_check(const std::size_t length, const int variant)
|
static void cn_variant1_check(const std::size_t length, const int variant)
|
||||||
{
|
{
|
||||||
// see VARIANT1_CHECK in slow-hash.c
|
// see VARIANT1_CHECK in slow-hash.c
|
||||||
if (variant == 1 && length < 43)
|
if (variant == 1 && length < 43)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user