We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce54e11 commit 3cf8e81Copy full SHA for 3cf8e81
test/hash/hash.hpp
@@ -290,7 +290,7 @@ const auto sha_5 = data_chunk(1'000'000_size, to_byte('a'));
290
constexpr auto alpha_count = 16'777'216_size;
291
constexpr auto long_alpha_size = alpha_size * alpha_count;
292
const auto alpha2 = to_array<alpha_size>("abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmno");
293
- const std_vector<long_hash> long_alpha(alpha2_count, alpha2);
+ const std_vector<long_hash> long_alpha(alpha_count, alpha2);
294
const auto long_alpha_data = pointer_cast<const uint8_t>(long_alpha.front().data());
295
const auto sha_6 = to_chunk(unsafe_array_cast<uint8_t, long_alpha_size>(long_alpha_data));
296
#endif // !HAVE_SLOW_TESTS
0 commit comments