Documentation ¶
Index ¶
- Variables
- func BuildWordScannerFromString(inputString string) *bufio.Scanner
- func CheckError(err error)
- func Decoding(rawData []byte, outputType interface{}) error
- func Encoding(data interface{}) ([]byte, error)
- func Equal(a, b []byte) bool
- func GenerateArrayIndexFromString(inputString string, arraySize uint) (uint, error)
- func GenerateDigestUsingSHA512(data []byte) string
- func GetCPUPercentageUtilizationAsInteger() (int, error)
- type NodeConfiguration
Constants ¶
This section is empty.
Variables ¶
View Source
var FNV1AHashAlgorithm = fnv.New32a()
FNV-1a is a not cryptographic hash function: 1) Fast to compute and designed for fast hash table. 2) Slightly better avalanche characteristics than FNV-1 hash function.
View Source
var SHA512cryptoHashAlgorithm = sha512.New()
Secure Hash Algorithm...
Functions ¶
func CheckError ¶
func CheckError(err error)
Types ¶
Click to show internal directories.
Click to hide internal directories.