Calculate the hash code of the CurveFp object
@override int get hashCode => p.hashCode ^ a.hashCode ^ b.hashCode ^ h.hashCode;