Skip to content

libsodium.Argon2Verify

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

libsodium.Argon2Verify

Method Signature

 Protected Function Argon2Verify(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 Argon2i digest.

See also

Clone this wiki locally