Whether other is an xHPKE fingerprint with the same bytes.
other
@override bool operator ==(Object other) => other is Fingerprint && listEquals(toBytes(), other.toBytes());