package
1.3.1
Repository: https://github.com/tuneinsight/lattigo.git
Documentation: pkg.go.dev

# Functions

BitReverse64 returns the bit-reverse value of the input value, within a context of 2^bitLen.
EqualSliceUint64 checks the equality between two uint64 slices.
EqualSliceUint8 checks the equality between two uint8 slices.
HammingWeight64 returns the hammingweight if the input value.
IsInSliceUint64 checks if x is in slice.
MaxFloat64 returns the maximum value of the input slice of uint64 values.
MaxUint64 returns the maximum value of the input slice of uint64 values.
MinUint64 returns the minimum value of the input slice of uint64 values.
NewBuffer creates a new buffer from the provided backing slice.
NewPRNG creates a new instance of PRNG.

# Structs

Buffer is a simple wrapper around a []byte to facilitate efficient marshaling of lattigo's objects.
PRNG is a structure storing the parameters used to securely and deterministically generate shared sequences of random bytes among different parties using the hash function blake2b.