@@ -627,6 +627,7 @@ type
TCtsBlockCipher = class sealed(TBufferedBlockCipher, ICtsBlockCipher)
strict private
+ var
FblockSize: Int32;
public
@@ -91,19 +91,6 @@ type
['{4D02FD0B-47D6-4914-B31F-5869FF364558}']
- function GetOutputSize(inputLen: Int32): Int32;
-
- function GetUpdateOutputSize(inputLen: Int32): Int32;
- function ProcessByte(input: Byte; const output: TCryptoLibByteArray;
- outOff: Int32): Int32;
- function ProcessBytes(const input: TCryptoLibByteArray;
- inOff, Length: Int32; const output: TCryptoLibByteArray;
- function DoFinal(const output: TCryptoLibByteArray; outOff: Int32): Int32;
end;
implementation