mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 19:38:26 -06:00
Linux/MacOSX: add progress bar for mouse collected entropy in GUI for keyfile generator and for random poll enrichment
This commit is contained in:
@@ -31,8 +31,10 @@ namespace VeraCrypt
|
||||
void OnShowRandomPoolCheckBoxClicked (wxCommandEvent& event);
|
||||
void OnRandomSizeCheckBoxClicked( wxCommandEvent& event );
|
||||
void ShowBytes (wxStaticText *textCtrl, const ConstBufferPtr &buffer, bool appendDots = true);
|
||||
void HideBytes (wxStaticText *textCtrl, size_t len);
|
||||
|
||||
HashList Hashes;
|
||||
int MouseEventsCounter;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user