-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.KeyStream.Process
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Function Process(Data As MemoryBlock, Nonce As MemoryBlock) As MemoryBlock
Name | Type | Comment |
---|---|---|
Data | MemoryBlock | The data to be processed. |
Nonce | MemoryBlock | The nonce to use. |
The processed data.
Encrypts or decrypts the Data
by XOR'ing it with the key stream and the Nonce
.
- XSalsa20 in the libsodium documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.