Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + func ChaCha20Block(s *[16]uint32, out []byte, rounds int) + type ChaCha20Stream struct + func NewChaCha20Stream(key []byte, nonce []byte, rounds int) *ChaCha20Stream + func (s *ChaCha20Stream) XORKeyStream(dst, src []byte) Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018 Other modules containing this package github.com/kevinMKG/vtsttt/v4