Fix formatting

This commit is contained in:
momo5502 2023-04-30 13:59:56 +02:00
parent 96a41ac35c
commit 66866e4eb7

View File

@ -126,7 +126,8 @@ namespace utils::cryptography
this->add_entropy(&t, sizeof(t));
std::random_device rd{};
for (auto j = 0; j < 4; ++j) {
for (auto j = 0; j < 4; ++j)
{
const auto x = rd();
this->add_entropy(&x, sizeof(x));
}