CryptoSys API Library Manual
Tdea.Update Method (Byte[])
Transform byte input data with previously initialized key, mode and direction
Syntax
[C#]
public byte[] Update(
byte[] data
)
[VB.NET]
Public Function Update ( _
data As Byte() _
) As Byte()
Parameters
- data
- input data in byte array
Return Value
transformed data in byte array
Remarks
For ECB and CBC modes, input data length must be an exact multiple of the block length (8 bytes)
See Also
VB6/C equivalent: TDEA_Update
[Contents] [Index]