hashCode

open override fun hashCode(): Int

Custom hashCode implementation that properly handles ByteArray fields.

Standard data class hashCode would not correctly hash ByteArray fields by content, so this override ensures proper content-based hashing.

Return

Hash code for this WebAuthn signature