We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
constVariable
1 parent 30bf19d commit 44eebe7Copy full SHA for 44eebe7
src/hash_x11.h
@@ -37,7 +37,7 @@ inline uint256 HashX11(const T1 pbegin, const T1 pend)
37
sph_shavite512_context ctx_shavite;
38
sph_simd512_context ctx_simd;
39
sph_echo512_context ctx_echo;
40
- static unsigned char pblank[1];
+ static const unsigned char pblank[1]{};
41
42
uint512 hash[11];
43
0 commit comments