(int a, int b, int c, int d, int x, int s)
| 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). |