const fn monty_eq<const LIMBS: usize>( a: &FixedMontyForm<LIMBS>, b: &FixedMontyForm<LIMBS>, ) -> Choice