This website requires JavaScript.
Explore
Help
Sign In
leonetienne
/
GCrypt
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
9fce71e8bac98eedba57b95b803d719e35ef63af
GCrypt
/
GCryptLib
/
src
/
Util.cpp
T
7 lines
87 B
C++
Raw
Normal View
History
Unescape
Escape
Added class for hashing, that is now used for password to key transformation
2022-05-22 00:23:10 +02:00
#include
"GCrypt/Util.h"
Renamed class Hasher to GHash
2022-05-22 12:55:39 +02:00
#include
"GCrypt/GHash.h"
Added class for hashing, that is now used for password to key transformation
2022-05-22 00:23:10 +02:00
namespace
Leonetienne
::
GCrypt
{
}
Reference in New Issue
Copy Permalink