Searched defs:ChaCha8 (Results 1 – 1 of 1) sorted by relevance
15 type ChaCha8 struct { struct16 state chacha8rand.State19 readBuf [8]byte20 readLen int // 0 <= readLen <= 831 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) {