优化MD5性能

This commit is contained in:
Looly
2023-05-04 03:14:12 +08:00
parent 52135e9aeb
commit 049086aa79
6 changed files with 205 additions and 54 deletions

View File

@@ -17,10 +17,11 @@
* 【http 】 修复HttpDownloader.downloadFile 方法缺少static问题issue#I6Z8VU@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-04-16)
# 5.8.18 (2023-05-04)
### 🐣新特性
* 【extra 】 JschUtil新增一个重载方法以支持私钥以byte数组形式载入pr#3057@Github
* 【crypto】 优化MD5性能issue#I6ZIQH@Gitee
### 🐞Bug修复
* 【core 】 修复CollUtil.reverseNew针对非可变列表异常issue#3056@Github