Source position: sha1.pp line 31
type TSHA1Context = record
State: array [0..4] of Cardinal;
Buffer: array [0..63] of Byte;
BufCnt: PtrUInt;
Length: QWord;
end;