Versions in this module Expand all Collapse all v1 v1.0.1 Dec 28, 2021 Changes in this version + func Validate(secretKey string) error + func ValidateVerbose(secretKey string, hashAlgorithm string, digits byte, timeStep int64) error v1.0.0 Dec 20, 2021 Changes in this version + func GenerateDefault(secretKey string) (string, error) + func GenerateSecret(length int) (string, error) + func GenerateVerbose(secretKey string, hashAlgorithm string, digits byte, timeStep int64) (string, error)