Calculates the hash code for the Edwards curve point.
@override int get hashCode => x.hashCode ^ y.hashCode ^ order.hashCode;