mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: KAScrypt - TDCP_blockcipher128.IncCounter
This commit is contained in:
parent
344b0b786b
commit
1f0fe20177
1 changed files with 1 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ end;
|
|||
procedure TDCP_blockcipher128.IncCounter;
|
||||
begin
|
||||
Inc(PQWord(@CV[0])^);
|
||||
if (PQWord(@CV[0])^ = 0) then Inc(PQWord(@CV[8])^);
|
||||
end;
|
||||
|
||||
class function TDCP_blockcipher128.GetBlockSize: integer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue