pub trait IsHigh { // Required method fn is_high(&self) -> Choice; }
Is this scalar greater than n / 2?
Choice::from(0)
Choice::from(1)
Is this scalar greater than or equal to n / 2?