e-CryptIt Engine Xojo Plugin
HMAC_SHA3.Update Method
Use this method to add data from a string to the HMAC_SHA3 stream.
Update(
data
as
String)
Parameters
data
String to add to the SHA3 stream.
Remarks
See Also
HMAC_SHA3 Class