Versions in this module Expand all Collapse all v0 v0.0.0 Sep 4, 2023 Changes in this version + func Crc32ChecksumBytes(s string) []byte + func DecodeBase62(s string, length int, invertAlphabet bool) ([]byte, bool) + func EncodeBase62(bytes []byte, invertAlphabet bool) string + func GenerateCrc32Uint32(s string) uint32 + func GenerateSecureRandomBytes(length int) []byte + func SelectInsecureRandomInt(vals ...int) int + func SelectInsecureRandomStr(vals ...string) string