Source position: lbcipher_old.pas line 135
type TBFContext = packed record
PBox: array [0..(BFRounds+1)] of LongInt;
SBox: array [0..3,0..255] of LongInt;
end;