MCPcopy Create free account
hub / github.com/demoth/jake2 / HH

Method HH

qcommon/src/main/java/jake2/qcommon/MD4.java:286–289  ·  view source on GitHub ↗
(int a, int b, int c, int d, int x, int s)

Source from the content-addressed store, hash-verified

284 }
285
286 private int HH(int a, int b, int c, int d, int x, int s) {
287 int t = a + (b ^ c ^ d) + x + 0x6ED9EBA1;
288 return t << s | t >>> (32 - s);
289 }
290
291 /**
292 * Bugfixed, now works prima (RST).

Callers 1

transformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected