Overload DecryptBlock() for the whole block as UInt64
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 34s
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 34s
This commit is contained in:
@@ -280,6 +280,11 @@ public:
|
||||
Inner_::Bitwise::CrunchUInt64(out, decrypted);
|
||||
}
|
||||
|
||||
uint64_t DecryptBlock(uint64_t block)
|
||||
{
|
||||
return DesCrypt::ProcessBlock(block, Schedule_);
|
||||
}
|
||||
|
||||
private:
|
||||
Inner_::KeySchedule Schedule_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user