-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.Argon2Verify
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
libsodium.Argon2Verify
Protected Function Argon2Verify(InputData As MemoryBlock, HashValue As MemoryBlock) As Boolean
Name | Type | Comment |
---|---|---|
InputData | MemoryBlock | The data that was hashed. |
HashValue | MemoryBlock | The hash to verify. |
Returns True
if the HashValue
verifies the InputData
.
This method verifies an Argon2i digest.
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.