MCPcopy
hub / github.com/bitwiseshiftleft/sjcl / _f2

Function _f2

core/ripemd160.js:146–148  ·  view source on GitHub ↗
(x,y,z)

Source from the content-addressed store, hash-verified

144}
145
146function _f2(x,y,z) {
147 return (x | ~y) ^ z;
148}
149
150function _f3(x,y,z) {
151 return (x & z) | (y & ~z);

Callers 1

_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected