Skip to content

Commit

Permalink
Review.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylangisc committed Nov 29, 2024
1 parent 7bcde95 commit 9f7d344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public boolean equals(final Object o) {

@Override
public int hashCode() {
return new HashCodeBuilder(17, 37).
return new HashCodeBuilder().
append(keypair.getUserPrivateKey().getVersion().getValue()).
append(keypair.getUserPrivateKey().getPrivateKey()).
append(keypair.getUserPublicKey().getVersion().getValue()).
Expand Down

0 comments on commit 9f7d344

Please sign in to comment.