Compare commits
2 Commits
ef100c2921
...
6be02db2a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
6be02db2a9
|
|||
|
b2e83b1c71
|
@@ -47,7 +47,7 @@ impl Command for CommandImpl {
|
|||||||
index_of_00_from_index_1 = i + 1;
|
index_of_00_from_index_1 = i + 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
if index_of_00_from_index_1 == 0 {
|
if index_of_00_from_index_1 == 0 {
|
||||||
return simple_error!("Not valid encrypted data, cannot find 0x00");
|
return simple_error!("Not valid encrypted data, cannot find 0x00");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user