Skip to content

libsodium.SHA512

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

libsodium.SHA512

Method Signature

 Protected Function SHA512(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

Generates a SHA512 digest of the InputData.

See also

Clone this wiki locally