e-CryptIt Engine REALbasic Plugin
SHA_256.Update Method
Use this method to add data to the SHA_256 stream.
Update(
data
as
String)
Parameters
data
String to add to the SHA_256 stream.
Remarks
See Also
SHA_256 Class