Documentation
¶
Index ¶
- Constants
- func CreateXorPad(seed uint64, useMagicSeed bool) []byte
- func GetRandomByte(len int) []byte
- func GetRandomByteHexStr(len int) string
- func GetTimeRand() *rand.Rand
- func NewRand() *rand.Rand
- func NewRand64() *rand.Rand
- func NewSource() rand.Source
- func NewSource64() rand.Source64
- type Ec2b
- type KeyBlock
Constants ¶
View Source
const ( N = 312 M = 156 MATRIX_A = 0xB5026F5AA96619E9 UPPER_MASK = 0xFFFFFFFF80000000 LOWER_MASK = 0x7FFFFFFF )
Variables ¶
This section is empty.
Functions ¶
func CreateXorPad ¶ added in v1.2.1
func GetRandomByte ¶
func GetRandomByteHexStr ¶
func GetTimeRand ¶
func NewSource64 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.