Fix long statement formatting

This commit is contained in:
hashlag
2026-01-23 21:32:57 +03:00
parent da5eaff182
commit 5fd92e0c9d

View File

@@ -225,7 +225,10 @@ public:
block[i] = *in;
}
Block encrypted = DesCrypt::EncryptBlock(Inner_::Bitwise::PackUInt64(block.Begin(), block.End()), Schedule_);
Block encrypted
= DesCrypt::EncryptBlock(Inner_::Bitwise::PackUInt64(block.Begin(),
block.End()),
Schedule_);
Inner_::Bitwise::CrunchUInt64(out, encrypted);
}