hashCode

open override fun hashCode(): Int(source)

Computes the hash code value for this CompressedPublicKey object.

The hash code is computed based on the uncompressed key and value of the CompressedPublicKey object. Two CompressedPublicKey objects that are equal according to the equals method will have the same hash code.

Return

The hash code value for this CompressedPublicKey object.