添加 SM3 接口变种
This commit is contained in:
parent
dbc5530853
commit
6daefe5d48
@ -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) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user