macro_rules! generate_integer_equal {
($t_u:ty, $t_i:ty, $bit_width:expr) => { ... };
}Expand description
Given the bit-width $bit_width and the corresponding primitive
unsigned and signed types $t_u and $t_i respectively, generate
an ConstantTimeEq implementation.