-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.SHA256
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
libsodium.SHA256
Protected Function SHA256(InputData As MemoryBlock) As String
Name | Type | Comment |
---|---|---|
InputData | MemoryBlock | The data to be hashed. |
The hash value, or Nil
on error.
Generates a SHA256 digest of the InputData.
- GenericHashDigest
- Generic hashing in the libsodium documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.