pub fn ct_eq_choice<A, B>(a: A, b: B) -> Choicewhere A: AsRef<[u8]>, B: AsRef<[u8]>,
Constant-time equality check that returns a Choice (0 or 1)