test: test for HashUtil

This commit is contained in:
siujamo
2025-06-04 10:50:12 +08:00
parent 9937df4124
commit 2bd2e4e101
2 changed files with 128 additions and 2 deletions
@@ -70,8 +70,6 @@ import java.util.Optional;
*/
public final class HashUtil {
private final static Logger log = LoggerFactory.getLogger(HashUtil.class);
/**
* Calculates the MD2 hash value of the specified string using the given charset.
*