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