Enum CryptoSecretStreamTag
- Namespace
- LibSodium
- Assembly
- LibSodium.Net.dll
The tags used in the secret stream.
public enum CryptoSecretStreamTag
Fields
Final = 3The value of the tag corresponding to the final message.
Message = 0The value of the tag corresponding to a regular message.
Push = 1Indicates that the message marks the end of a set of messages, but not the end of the stream
Rekey = 2“forget” the key used to encrypt this message and the previous ones, and derive a new secret key