Skip to content

libsodium.ZeroFill

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

libsodium.ZeroFill

Method Signatures

 Sub ZeroFill(Extends mb As MemoryBlock, Offset As Int32 = 0, Length As Int32 = -1)

Parameters

Name Type Comment
mb MemoryBlock The memory to zero-out
Offset Int32 Optional. If specified, the offset to begin zeroing at.
Length Int32 Optional. If specified, the number of bytes to zero.

Remarks

Fills a generic MemoryBlock with zeroes, overwriting any previous data.

See also

Clone this wiki locally