Merge remote-tracking branch 'origin/dev-1.0' into dev-1.0
This commit is contained in:
commit
b6bbe9e682
@ -14,7 +14,7 @@ public class SydApiSM4 {
|
||||
private boolean is_finished = false;
|
||||
private byte[] dataResult = new byte[0];
|
||||
|
||||
ByteBuffer sourceWrap = ByteBuffer.wrap(new byte[0]);
|
||||
ByteBuffer sourceWrap = ByteBuffer.wrap(new byte[1]);
|
||||
|
||||
|
||||
public SydApiSM4(SydApi api, int iKeyIndex, int endeFlag) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user