Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Colors = []BitColor{R_Bit, G_Bit, B_Bit}
)
Functions ¶
func CursorAdapter ¶
func CursorAdapter(c Cursor) io.ReadWriteSeeker
Types ¶
type Cursor ¶
type Cursor interface { Seek(offset int64, whence int) (int64, error) WriteBit(bit uint8) (uint, error) ReadBit() (uint8, error) }
func CipherMiddleware ¶
func CipherMiddleware(c Cursor, block cipher.StreamCipherBlock) Cursor
type Option ¶
type Option func(*RNGCursor)
func UseBlueBit ¶
func UseBlueBit() Option
func UseGreenBit ¶
func UseGreenBit() Option
Click to show internal directories.
Click to hide internal directories.