-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.ScryptVerify
Andrew Lambert edited this page Jan 15, 2017
·
5 revisions
libsodium.ScryptVerify
##Method Signature
Protected Function ScryptVerify(InputData As MemoryBlock, HashValue As MemoryBlock) As Boolean##Parameters
| Name | Type | Comment |
|---|---|---|
| InputData | MemoryBlock | The data that was hashed. |
| HashValue | MemoryBlock | The hash to verify. |
##Return value
Returns True if the HashValue verifies the InputData.
##Remarks This method verifies an scrypt digest.
##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.
- libsodium module
- FAQ
-
Examples
- Secure memory
- Password hashing
- Generic hashing
- Encrypting streams or files
- PKI
- Encryption
- Digital signatures
- SKI
- Encryption
- Message authentication