Versions in this module Expand all Collapse all v0 v0.2.0 May 10, 2024 v0.1.0 Aug 26, 2023 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