Skip to content

libsodium.Argon2

Andrew Lambert edited this page Jan 11, 2017 · 7 revisions

libsodium.Argon2

##Method Signature

 Protected Function Argon2(InputData As MemoryBlock) As String

##Parameters

Name Type Comment
InputData MemoryBlock The data to be hashed.

##Return value The hash value, or Nil on error.

##Remarks This method Generates an Argon2 digest of the InputData.

##See also

Clone this wiki locally