| e-CryptIt Engine Xojo and Real Studio Plugin |
|
RIPEMD_160.Update Method (console safe)
Use this method to add MemoryBlock data to the RIPEMD_160 stream.
Update(
data as MemoryBlock,
start as Integer,
length as Integer)
Parameters
- data
- MemoryBlock to add to the stream.
- start
- First byte in the memory block to add.
- length
- Number of bytes in the MemoryBlock to add.
Remarks
See Also
RIPEMD_160 Class