package
1.73.0
Repository: https://github.com/arm-software/golang-utils.git
Documentation: pkg.go.dev

# Functions

CalculateHash calculates the hash of some text using the requested htype hashing algorithm.
No description provided by the author
CalculateStringHash returns the hash of some text using a particular hashing algorithm.
HasLikelyHexHashStringEntropy states whether a string has an entropy which may entail it is a hexadecimal hash This is based on the work done by `detect-secrets` https://github.com/Yelp/detect-secrets/blob/2fc0e31f067af98d97ad0f507dac032c9506f667/detect_secrets/plugins/high_entropy_strings.py#L150.
IsLikelyHexHashString determines whether the string is likely to be a hexadecimal hash or not.
NewBespokeHashingAlgorithm defines a bespoke hashing algorithm.
No description provided by the author

# Constants

https://www.blake2.net/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://github.com/OneOfOne/xxhash.

# Interfaces

IHash defines a hashing algorithm.