Skip to content

libsodium.Argon2

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

libsodium.Argon2

Method Signature

 Protected Function Argon2(InputData As MemoryBlock, Limits As libsodium.ResourceLimits = libsodium.ResourceLimits.Interactive) As String

Parameters

Name Type Comment
InputData MemoryBlock The data to be hashed.
Limits ResourceLimits Optional. A member of the ResourceLimits enum.

Return value

The hash value, or Nil on error.

Remarks

This method Generates an Argon2i digest of the InputData.

See also

Clone this wiki locally