const vendor/golang.org/x/crypto/chacha20poly1305.KeySize

5 uses

	vendor/golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L17: 	KeySize = 32
		chacha20poly1305.go#L36: 	key [KeySize]byte
		chacha20poly1305.go#L41: 	if len(key) != KeySize {
		xchacha20poly1305.go#L15: 	key [KeySize]byte
		xchacha20poly1305.go#L25: 	if len(key) != KeySize {