mirror of
https://github.com/NinjaCheetah/rustii.git
synced 2026-03-03 03:15:28 -05:00
Add WIP info command to rustii CLI, currently has a lot of blanks
This commit is contained in:
@@ -211,7 +211,7 @@ impl TMD {
|
||||
let mut current_int: u16 = 0;
|
||||
let mut test_hash: [u8; 20] = [255; 20];
|
||||
while test_hash[0] != 0 {
|
||||
if current_int == 255 { return Err(TMDError::CannotFakesign); }
|
||||
if current_int == 65535 { return Err(TMDError::CannotFakesign); }
|
||||
current_int += 1;
|
||||
self.minor_version = current_int;
|
||||
let mut hasher = Sha1::new();
|
||||
|
||||
Reference in New Issue
Block a user