增加Argon2类,实现Argon2算法(issue#3890@Github)

This commit is contained in:
Looly
2025-04-11 10:45:04 +08:00
parent 5c66079f15
commit a618001723
3 changed files with 175 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
### 🐣新特性
* 【core 】 `PathUtil#del`增加null检查pr#1331@Gitee
* 【db 】 增加SAP HANA识别及方言pr#3914@Github
* 【crypto 】 增加`Argon2`实现Argon2算法issue#3890@Github
### 🐞Bug修复