RockyLOMO/rxlib

Comprehension of a method in src/main/java/org/rx/security/MD5Util.java

129124 opened this issue · 0 comments

Hi there, when I was reading the code of the function "public static byte[] md5(byte[] data)" in src/main/java/org/rx/security/MD5Util.java, I found it has no Javadoc. My understanding is “performs a md5 hash on the specified data @param data data to digest ". Can you please check if this is correct? Thanks.