e-CryptIt Engine Xojo Plugin |
|
HMAC_SHA_384.Update Method
Use this method to add data with MemoryBlock to the HMAC_SHA_384 stream.

Update(
data
as MemoryBlock,
start
as Integer,
length
as Integer)
Parameters
- data
- MemoryBlock to add to the HMAC_SHA_384 stream.
- start
- First byte in the memory block to add.
- length
- Number of bytes in the MemoryBlock to add.
Remarks
See Also
HMAC_SHA_384 Class