merge conflict

This commit is contained in:
飘辰
2021-06-09 16:26:07 +08:00
241 changed files with 1907 additions and 1284 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.6.7-SNAPSHOT</version>
<version>5.6.8-SNAPSHOT</version>
</parent>
<artifactId>hutool-crypto</artifactId>

View File

@@ -247,7 +247,7 @@ public class SymmetricCrypto implements Serializable {
}
/**
* 加密,针对大数据量,结束后关闭流
* 加密,针对大数据量,可选结束后是否关闭流
*
* @param data 被加密的字符串
* @param out 输出流,可以是文件或网络位置