!383 【轻量级PR】- SM4 增加注释

Merge pull request !383 from dazer007/v5-dev
This commit is contained in:
Looly 2021-07-27 17:44:52 +00:00 committed by Gitee
commit 4ed2f41b1f

View File

@ -12,6 +12,11 @@ import javax.crypto.spec.IvParameterSpec;
/**
* SM4实现
*
* 国密算法
* 1非对称加密和签名SM2
* 2摘要签名算法SM3
* 3对称加密SM4
*
* @author Looly
* @since 4.6.8
*/