Skip to content

Commit

Permalink
bugfix: Sha256Identifier deserialize error
Browse files Browse the repository at this point in the history
  • Loading branch information
keuin committed Nov 17, 2024
1 parent 1cac48a commit 4365d62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Immutable.
*/
public class Sha256Identifier extends SingleHashIdentifier {
private static final long serialVersionUID = 7151159194172573823L;

private static final int SHA256_LENGTH = 32;
private static final Sha256Identifier DUMMY = new Sha256Identifier(new byte[SHA256_LENGTH]); // only for using its hash method
Expand Down

0 comments on commit 4365d62

Please sign in to comment.