-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.Argon2
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
libsodium.Argon2
Protected Function Argon2(InputData As MemoryBlock, Limits As libsodium.ResourceLimits = libsodium.ResourceLimits.Interactive) As String
Name | Type | Comment |
---|---|---|
InputData | MemoryBlock | The data to be hashed. |
Limits | ResourceLimits | Optional. A member of the ResourceLimits enum. |
The hash value, or Nil
on error.
This method Generates an Argon2i digest of the InputData
.
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.