Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created November 1, 2019 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daGrevis/ac3e6c678c23d0d99d50d3fe81bc8641 to your computer and use it in GitHub Desktop.
Save daGrevis/ac3e6c678c23d0d99d50d3fe81bc8641 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var md5 = []byte("7f94dd413148ff9ac9e9e4b6ff2b6ca9")
fmt.Println(len(md5))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment