Table of Contents

Enum CryptoSecretStreamTag

Namespace
LibSodium
Assembly
LibSodium.Net.dll

The tags used in the secret stream.

public enum CryptoSecretStreamTag

Fields

Final = 3

The value of the tag corresponding to the final message.

Message = 0

The value of the tag corresponding to a regular message.

Push = 1

Indicates 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