import "github.com/v2ray/v2ray-core/common/crypto/internal"
chacha.go chacha_core.generated.go
type ChaCha20Stream struct {
// contains filtered or unexported fields
}
func NewChaCha20Stream(key []byte, nonce []byte, rounds int) *ChaCha20Stream
func (s *ChaCha20Stream) XORKeyStream(dst, src []byte)
Package internal imports 1 packages (graph) and is imported by 3 packages. Updated 2018-07-24. Refresh now. Tools for package owners.