Home
last modified time | relevance | path

Searched defs:ChaCha8 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Dchacha8.go15 type ChaCha8 struct { struct
16 state chacha8rand.State
19 readBuf [8]byte
20 readLen int // 0 <= readLen <= 8
31 func (c *ChaCha8) Seed(seed [32]byte) {
38 func (c *ChaCha8) Uint64() uint64 {
54 func (c *ChaCha8) Read(p []byte) (n int, err error) {
74 func (c *ChaCha8) UnmarshalBinary(data []byte) error {
102 func (c *ChaCha8) MarshalBinary() ([]byte, error) {