Skip to content

Commit

Permalink
Hash.cna change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeeky committed Aug 26, 2021
1 parent 5a1e128 commit e84dd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash.cna
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sub hashfile {
$md = [java.security.MessageDigest getInstance: $algo];
$digest = [$md digest: $d];

$hash = [javax.xml.bind.DatatypeConverter printHexBinary: $digest];
$hash = transform($digest, "hex");
return lc($hash);
}

Expand Down

0 comments on commit e84dd38

Please sign in to comment.
  NODES
COMMUNITY 1
Note 1
Project 3
USERS 1