![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The MD5 checksum class.
The byte size of the MD5 Checksum.
The default constructor.
Murl.Util.MD5Checksum new()
Calculate the MD5 checksum from a data object.
Murl.ConstData Calculate(Murl.ConstData data)
data | The source data object. |
Calculate the MD5 checksum from a string.
String CalculateHex(String srcString)
srcString | The source string object. |
Calculate the MD5 checksum from a data object.
String CalculateHex(Murl.ConstData data)
data | The source data object. |
Get the hex-encoded checksum string from the recent checksum calculation.
String GetChecksumHex()
Get the checksum data object from the recent checksum calculation.
Murl.ConstData GetChecksum()