MCPcopy Create free account
hub / github.com/SNAS/openbmp / H

Method H

Server/src/md5.cpp:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499inline unsigned int MD5::H (uint4 x, uint4 y, uint4 z){
500 return x ^ y ^ z;
501}
502
503inline unsigned int MD5::I (uint4 x, uint4 y, uint4 z){
504 return y ^ (x | ~z);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected