e-CryptIt Engine Xojo Plugin |
|
SHA3.Hash Method
Convenience shared function to hash small data with just one line of code without creating instance of the class.
shared Hash(
bits
as Integer,
data
as String)
as String
Parameters
- bits
- This can be 224, 256, 384, 512.
- data
- The data to hash.
Returns
- String
Remarks
See Also
SHA3 Class