parity_char
if ((key[i] & 1) == parity_char(0xfe&key[i])) {
key[i] |= 1^parity_char(key[i]);
if((key[i] & 1) == parity_char(0xfe&key[i]))