add hmac256

This commit is contained in:
Looly
2021-03-12 22:59:25 +08:00
parent d661dbafd8
commit 61c6c591a6
2 changed files with 4 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
* 【core 】 TreeNode增加equals方法issue#1467@Github
* 【core 】 增加汉字转阿拉伯数字Convert.chineseToNumberpr#1469@Github
* 【json 】 JSONUtil增加getByPath方法支持默认值issue#1470@Github
* 【crypto 】 SecureUtil增加hmacSha256方法pr#1473@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。