type math/rand/v2.ChaCha8
8 uses
math/rand/v2 (current package)
chacha8.go#L15: type ChaCha8 struct {
chacha8.go#L24: func NewChaCha8(seed [32]byte) *ChaCha8 {
chacha8.go#L25: c := new(ChaCha8)
chacha8.go#L31: func (c *ChaCha8) Seed(seed [32]byte) {
chacha8.go#L38: func (c *ChaCha8) Uint64() uint64 {
chacha8.go#L54: func (c *ChaCha8) Read(p []byte) (n int, err error) {
chacha8.go#L74: func (c *ChaCha8) UnmarshalBinary(data []byte) error {
chacha8.go#L102: func (c *ChaCha8) MarshalBinary() ([]byte, error) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |