Merge f85a203f77 into 1ce6123a78
This commit is contained in:
commit
57ad90e561
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ public class AggregatorUtil {
|
||||||
|
|
||||||
private byte[] md5(byte[] data) {
|
private byte[] md5(byte[] data) {
|
||||||
try {
|
try {
|
||||||
MessageDigest d = MessageDigest.getInstance("MD5");
|
MessageDigest d = MessageDigest.getInstance("SHA-512");
|
||||||
return d.digest(data);
|
return d.digest(data);
|
||||||
} catch (NoSuchAlgorithmException e) {
|
} catch (NoSuchAlgorithmException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue