1、sm4 修改

This commit is contained in:
duandazhi 2021-07-01 09:48:09 +08:00
parent 566fffdce1
commit fcf9843c3b

View File

@ -190,7 +190,7 @@ public class SmUtil {
* @param key 密钥
* @return {@link SymmetricCrypto}
*/
public static SymmetricCrypto sm4(byte[] key) {
public static SM4 sm4(byte[] key) {
return new SM4(key);
}