constish_time_non_zero
#define constish_time_non_zero(b) (~constant_time_is_zero(b));
#define constish_time_non_zero(b) (0u - (b))