Documentation ¶
Index ¶
Constants ¶
View Source
const ( TagMessage = 0 TagPush = 0x01 TagRekey = 0x02 TagFinal = TagPush | TagRekey StreamKeyBytes = chacha20poly1305.KeySize StreamHeaderBytes = chacha20poly1305.NonceSizeX StreamABytes = 16 + 1 )
public constants
Variables ¶
This section is empty.
Functions ¶
func NewStreamKey ¶
Types ¶
type Decryptor ¶
func NewDecryptor ¶
Click to show internal directories.
Click to hide internal directories.