func math/rand/v2.NewChaCha8

2 uses

	math/rand/v2 (current package)
		chacha8.go#L24: func NewChaCha8(seed [32]byte) *ChaCha8 {

	crypto/ecdsa
		ecdsa_legacy.go#L101: 	csprng = rand.NewChaCha8(seed)