Versions in this module Expand all Collapse all v1 v1.18.0 Jan 8, 2025 Changes in this version + const HmacSHA1Len + func AppendRandBytes(b *bytes.Buffer, length int) + func HmacMD5(key, data []byte) []byte + func HmacSHA1(key, data []byte) []byte + func MD5Sum(b []byte) []byte + func SHA1Sum(b []byte) []byte + type XorShift128Plus struct + func (r *XorShift128Plus) InitFromBin(bin []byte) + func (r *XorShift128Plus) InitFromBinAndLength(bin []byte, length int) + func (r *XorShift128Plus) Next() uint64