Fix long statement formatting
This commit is contained in:
@@ -225,7 +225,10 @@ public:
|
|||||||
block[i] = *in;
|
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);
|
Inner_::Bitwise::CrunchUInt64(out, encrypted);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user