vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305.key (field)

6 uses

	vendor/golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L32: 	key [KeySize]byte
		chacha20poly1305.go#L41: 	copy(ret.key[:], key)
		chacha20poly1305_generic.go#L38: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		chacha20poly1305_generic.go#L58: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		xchacha20poly1305.go#L57: 	copy(c.key[:], hKey)
		xchacha20poly1305.go#L79: 	copy(c.key[:], hKey)