MCPcopy
hub / github.com/XiaoMi/naftis / md5ii

Function md5ii

src/ui/src/utils/md5.js:54–56  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

52 return md5cmn(b ^ c ^ d, a, b, x, s, t)
53}
54function md5ii (a, b, c, d, x, s, t) {
55 return md5cmn(c ^ (b | (~d)), a, b, x, s, t)
56}
57
58/*
59 * Calculate the MD5 of an array of little-endian words, and a bit length.

Callers 1

binlMD5Function · 0.85

Calls 1

md5cmnFunction · 0.85

Tested by

no test coverage detected