Versions in this module Expand all Collapse all v1 v1.0.0 Oct 2, 2023 Changes in this version + func Generate(algorithm Algorithm, parameters ...interface{}) ([]byte, error) + func GenerateByteArray(parameters ...interface{}) ([]byte, error) + func GenerateCRC32(parameters ...interface{}) ([]byte, error) + func GenerateMD5(parameters ...interface{}) ([]byte, error) + func GenerateSHA1(parameters ...interface{}) ([]byte, error) + func GenerateSHA256(parameters ...interface{}) ([]byte, error) + func GenerateSHAKE(algorithm Algorithm, outputSize int, parameters ...interface{}) ([]byte, error) + func GenerateSHAKE128(outputSize int, parameters ...interface{}) ([]byte, error) + func GenerateSHAKE256(outputSize int, parameters ...interface{}) ([]byte, error) + type Algorithm string + const CRC32 + const MD5 + const SHA1 + const SHA256 + const SHAKE128 + const SHAKE256