mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
miscellaneous refactors (#4521)
This commit is contained in:
parent
994704d353
commit
ae9b8b8f34
8 changed files with 32 additions and 50 deletions
|
|
@ -6,7 +6,6 @@
|
|||
class PasswordHasher
|
||||
{
|
||||
public:
|
||||
static void initialize();
|
||||
static QString computeHash(const QString &password, const QString &salt);
|
||||
static QString generateRandomSalt(const int len = 16);
|
||||
static QString generateActivationToken();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue