Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Reader = NewPerCPUReader(func() io.Reader { return NewMutexReader(NewSalsa20Rand(rand.Reader)) })
Functions ¶
Types ¶
type MutexReader ¶
type MutexReader struct {
// contains filtered or unexported fields
}
type PerCPUReader ¶
type PerCPUReader struct {
// contains filtered or unexported fields
}
type Salsa20Rand ¶
type Salsa20Rand struct {
// contains filtered or unexported fields
}
func NewSalsa20Rand ¶
func NewSalsa20Rand(base io.Reader) *Salsa20Rand
Click to show internal directories.
Click to hide internal directories.