| 497 | } |
| 498 | |
| 499 | inline unsigned int MD5::H (uint4 x, uint4 y, uint4 z){ |
| 500 | return x ^ y ^ z; |
| 501 | } |
| 502 | |
| 503 | inline unsigned int MD5::I (uint4 x, uint4 y, uint4 z){ |
| 504 | return y ^ (x | ~z); |
nothing calls this directly
no outgoing calls
no test coverage detected