-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.ScryptVerify
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
libsodium.ScryptVerify
Protected Function ScryptVerify(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 a scrypt 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.