Skip to content

libsodium.GenericHashDigest.Process

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

Method Signature

 Sub Process(NewData As MemoryBlock)

Parameters

Name Type Comment
NewData MemoryBlock The next chunk of data to process.

Remarks

Processes the NewData into a running hash.

Clone this wiki locally