package
0.0.0-20250204070817-3c82b7ad6a9f
Repository: https://github.com/0chain/gosdk_common.git
Documentation: pkg.go.dev

# Functions

FastHash - sha1 hash the given data and return the hash as hex string - data is the data to hash.
Hash hash the given data and return the hash as hex string - data is the data to hash.
RawFastHash - Logic to sha1 hash the text and return the hash bytes - data is the data to hash.
RawHash Logic to hash the text and return the hash bytes - data is the data to hash.
ShaHash hash the given data and return the hash as hex string - data is the data to hash.

# Constants

No description provided by the author

# Type aliases

HashBytes hash bytes.