utils

package
v0.9.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2020 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRandomKeysFixedN

func GetRandomKeysFixedN(n int, byteSize int) [][]byte

GetRandomKeysFixedN generates n random fixed sized (byteSize) keys

func GetRandomKeysRandN

func GetRandomKeysRandN(maxN int, byteSize int) [][]byte

GetRandomKeysRandN generate m random keys (size: byteSize), assuming m is also randomly selected from zero to maxN

func GetRandomValues

func GetRandomValues(n int, minByteSize, maxByteSize int) [][]byte

func IsBitSet

func IsBitSet(b []byte, i int) bool

IsBitSet returns if the bit at position i in the byte array b is set to 1

func SetBit

func SetBit(b []byte, i int)

SetBit sets the bit at position i in the byte array b to 1

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL