Skip to content

libsodium.ScryptVerify

Andrew Lambert edited this page Nov 26, 2022 · 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 a scrypt digest.

See also

Clone this wiki locally