Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Discussion options

You must be logged in to vote

Seems like the issue was in incorrect md5 lib usage, the following works:
hash := md5.New()
hash.Write(largeObject)
md5Hash := base64.StdEncoding.EncodeToString(hash.Sum(nil))

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RanVaknin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant