[checksum] add SHA512 digest algorithm

* "Is it possible to learn this power?"
This commit is contained in:
Pete Batard 2020-06-24 14:08:24 +01:00
parent 11fb6ec013
commit e011cc8201
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 375 additions and 52 deletions

View file

@ -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