ROTATE
#define ROTATE(v,c) (ROTL32(v,c))
#define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; }