Versions in this module Expand all Collapse all v1 v1.2.0-pre Jun 6, 2024 v1.1.5 Aug 23, 2024 Changes in this version + var SecretStringLength = 32 + func GenerateRandomBytes(n int) ([]byte, error) + func GenerateRandomString(n int) (string, error) + func GenerateSecretString() (string, error) + func NewUUID() (string, error)