Versions in this module Expand all Collapse all v1 v1.2.1 Aug 8, 2021 v1.2.0 May 6, 2021 Changes in this version + func NewCrypto(reader io.Reader) (string, error) v1.1.0 Oct 27, 2019 Changes in this version + func IsCuid(c string) error + func IsSlug(s string) error v1.0.2 Aug 25, 2018 Changes in this version + func Slug() string v1.0.1 Sep 25, 2015 v1.0.0 Aug 14, 2014 Changes in this version + const BASE + const BLOCK_SIZE + func New() string + func SetCounter(cnt Counter) + func SetRandom(rnd *rand.Rand) + func SetRandomSource(src rand.Source) + type Counter interface + Next func() int32 + type DefaultCounter struct + func (c *DefaultCounter) Next() int32