Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UESTCByteDance/ByteRhythm
/ Md5
Function
Md5
util/md5.go:8–12 ·
view source on GitHub ↗
(str string)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
Md5(str string) string {
9
hash := md5.New()
10
hash.Write([]byte(str))
11
return
fmt.Sprintf(
"%x"
, hash.Sum(nil))
12
}
Callers
2
Login
Method · 0.92
BuildUserModel
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected