update// added some stuff
This commit is contained in:
14
src/Crypto/passwd.h
Normal file
14
src/Crypto/passwd.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef PASSWD_H
|
||||
#define PASSWD_H
|
||||
#include <stdio.h>
|
||||
#include <sodium.h>
|
||||
#include <QString>
|
||||
|
||||
class PASSWD
|
||||
{
|
||||
public:
|
||||
static void show_hex_buff(unsigned char buf[]);
|
||||
static const unsigned char* hash(QString);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user