Crypto.SHA3 256
From Xojo Documentation
Method
Crypto.SHA3_256(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_256 hash value of the data.
Notes
Refer to SHA-3 on Wikipedia.
This is equivalent of calling the Hash method with SHA3_256 as the algorithm: