static int scramble32(int block) { return imul32(rotl32(imul32(block, 0xcc9e2d51), 15), 0x1b873593); }