Skip to content

libsodium.SHA256

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

libsodium.SHA256

Method Signature

 Protected Function SHA256(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 SHA256 digest of the InputData.

See also

Clone this wiki locally