Skip to content

libsodium.CombineNonce

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

libsodium.CombineNonce

Method Signature

 Protected Function CombineNonce(Nonce1 As MemoryBlock, Nonce2 As MemoryBlock) As MemoryBlock

Parameters

Name Type Comment
Nonce1 MemoryBlock The nonce to combine with Nonce2
Nonce2 MemoryBlock The nonce to combine with Nonce1

Return value

The combined nonce, or Nil on error.

Remarks

This method combines two nonces.

See also

Clone this wiki locally