Merge pull request #54 from Erethon/master
Use /usr/bin/env python in partition_hashes
This commit is contained in:
commit
ef384dc4db
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2023, Mark Qvist
|
||||
|
||||
|
@ -32,4 +32,4 @@ calc_hash = hashlib.sha256(firmware_data[0:-32]).digest()
|
|||
part_hash = firmware_data[-32:]
|
||||
|
||||
if calc_hash == part_hash:
|
||||
print(RNS.hexrep(part_hash, delimit=False))
|
||||
print(RNS.hexrep(part_hash, delimit=False))
|
||||
|
|
Loading…
Reference in New Issue