Documentation ¶
Overview ¶
Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func XORKeyStream ¶
XORKeyStream crypts bytes from in to out using the given key and counters. In and out may be the same slice but otherwise should not overlap. Counter contains the raw ChaCha20 counter bytes (i.e. block counter followed by nonce).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.