Versions in this module Expand all Collapse all v0 v0.1.0 Oct 6, 2024 Changes in this version + func AESGCMDecrypt(data []byte, key []byte) ([]byte, error) + func AESGCMEncrypt(data []byte, key []byte) ([]byte, error) + func ComputeBlockSha1(r io.ReadSeeker, blockSize int) [][]byte + func ComputeMd5AndLength(r io.ReadSeeker) ([]byte, uint32) + func ComputeMd5AndLengthWithLimit(r io.ReadSeeker, limit int64) ([]byte, uint32) + func ComputeMd5AndSha1AndLength(r io.ReadSeeker) ([]byte, []byte, uint64) + func ComputeSha1AndLength(r io.ReadSeeker) ([]byte, uint32) + func GetSha1Status(h hash.Hash) []byte + func MD5Digest(v []byte) []byte + func RandU32() uint32 + func SHA1Digest(v []byte) []byte + func SHA256Digest(v []byte) []byte