mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[checksum] add SHA512 digest algorithm
* "Is it possible to learn this power?"
This commit is contained in:
parent
11fb6ec013
commit
e011cc8201
4 changed files with 375 additions and 52 deletions
|
@ -3369,7 +3369,8 @@ relaunch:
|
|||
// Ctrl-T => Alternate Test mode that doesn't require a full rebuild
|
||||
if ((ctrl_without_focus || ((GetKeyState(VK_CONTROL) & 0x8000) && (msg.message == WM_KEYDOWN)))
|
||||
&& (msg.wParam == 'T')) {
|
||||
uprintf("TEST");
|
||||
extern int TestChecksum(void);
|
||||
TestChecksum();
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue