修复SymmetricCrypto.setParams和setRandom没有加锁问题

This commit is contained in:
Looly
2024-08-13 23:08:08 +08:00
parent 67b8bc1332
commit 1cd3f633c9
4 changed files with 98 additions and 51 deletions

View File

@@ -2,11 +2,12 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.32(2024-08-12)
# 5.8.32(2024-08-13)
### 🐣新特性
### 🐞Bug修复
* 【crypto 】 修复SymmetricCrypto.setParams和setRandom没有加锁问题issue#IAJIY3@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.31(2024-08-12)