1
0
mirror of https://github.com/golang/go synced 2024-11-15 01:40:25 -07:00
Change-Id: I9c7696597f6ab7e858741ca021293775f6b66738
This commit is contained in:
Mateusz Poliwczak 2024-05-11 10:34:04 +02:00
parent e9fea2b1cc
commit 728a265166

View File

@ -4,7 +4,7 @@
// Package chacha8rand implements a pseudorandom generator
// based on ChaCha8. It is used by both runtime and math/rand/v2
// and must have no dependencies other than internal/byteorder.
// and must have minimal dependencies.
package chacha8rand
import "internal/byteorder"