mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
Update DigestUtil.java
修改注释错字
This commit is contained in:
parent
acfb7bcdba
commit
811d200d30
@ -332,7 +332,7 @@ public class DigestUtil {
|
||||
* 计算sha256摘要值,使用UTF-8编码
|
||||
*
|
||||
* @param data 被摘要数据
|
||||
* @return MD5摘要
|
||||
* @return SHA-256摘要
|
||||
* @since 3.0.8
|
||||
*/
|
||||
public static byte[] sha256(String data) {
|
||||
|
Loading…
Reference in New Issue
Block a user