添加 SM3 接口变种

This commit is contained in:
cheney 2022-07-21 09:47:30 +08:00
parent dbc5530853
commit 6daefe5d48

View File

@ -4954,6 +4954,11 @@ public class SydApi4j implements SydApi {
} }
@Override
public byte[] SM3Hash(String publicKey, String userId, byte[] msg){
return SM3Hash(publicKey, null, null, userId, msg);
}
@Override @Override
public byte[] SM3Hash(String publicKey, byte[] msg, int block, byte[] mac) { public byte[] SM3Hash(String publicKey, byte[] msg, int block, byte[] mac) {