Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/node-modules/utility
/ md5
Function
md5
src/crypto.ts:46–48 ·
view source on GitHub ↗
(s: HashInput, format?: BinaryToTextEncoding)
Source
from the content-addressed store, hash-verified
44
* @public
45
*/
46
export
function
md5(s: HashInput, format?: BinaryToTextEncoding): string {
47
return
hash(
'md5'
, s, format);
48
}
49
50
/**
51
* sha1 hash
Callers
1
crypto.test.ts
File · 0.85
Calls
1
hash
Function · 0.85
Tested by
no test coverage detected