mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-14 07:04:49 -04:00
A bit of refactoring here and there
- more refactoring to go, because new NVRAM code was written in a hurry and needs to be cleaned up
This commit is contained in:
parent
4b34fe546d
commit
cda0018a29
12 changed files with 438 additions and 629 deletions
|
@ -166,4 +166,7 @@ UINT8: 8;
|
|||
#define hexarg(X) arg(QString("%1").arg((X),0,16).toUpper())
|
||||
#define hexarg2(X, Y) arg(QString("%1").arg((X),(Y),16,QLatin1Char('0')).toUpper())
|
||||
|
||||
// SHA256 hash size in bytes
|
||||
#define SHA256_HASH_SIZE 0x20
|
||||
|
||||
#endif // BASETYPES_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue