Documentation
¶
Index ¶
Constants ¶
View Source
const I_LOCATION = 1031 * 281 // location of xor'ed i
View Source
const MAX_LENGTH_BYTES = 1024
View Source
const RANDOM_SPACE_LENGTH = 1024 * 2048
View Source
const R_LOCATION = 1031 * 1279 // location of first to hash
View Source
const S_LOCATION = 1031 * 1987 // location of second to hash
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Boojum ¶
func CreateNaiveBoojum ¶
func CreateNaiveBoojum(f ErrorHandler) Boojum
func Init ¶
func Init(f ErrorHandler) Boojum
type ErrorHandler ¶
type ErrorHandler func(error)
type NaiveBoojum ¶
type NaiveBoojum struct {
// contains filtered or unexported fields
}
func (*NaiveBoojum) Cleanup ¶
func (b *NaiveBoojum) Cleanup() error
func (*NaiveBoojum) Get ¶
func (b *NaiveBoojum) Get() ([]byte, error)
func (*NaiveBoojum) Set ¶
func (b *NaiveBoojum) Set(ba []byte) error
Click to show internal directories.
Click to hide internal directories.