Crypto.SHA3 512
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Crypto.SHA3_512(data As MemoryBlock) As MemoryBlock
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Returns the SHA3_512 hash value of the data.
Notes
Refer to SHA-3 on Wikipedia.
This is equivalent of calling the Hash method with SHA3_512 as the algorithm: