From 77affb6d5564f691ea337a3971fdc85f2460ed92 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 21 Mar 2015 06:55:46 +0100 Subject: Make untracked folder --- Untracked/Doxygen/html/classHASHCrypt.html | 212 +++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 Untracked/Doxygen/html/classHASHCrypt.html (limited to 'Untracked/Doxygen/html/classHASHCrypt.html') diff --git a/Untracked/Doxygen/html/classHASHCrypt.html b/Untracked/Doxygen/html/classHASHCrypt.html new file mode 100644 index 0000000..1b759d0 --- /dev/null +++ b/Untracked/Doxygen/html/classHASHCrypt.html @@ -0,0 +1,212 @@ + + + + + +forgetIt: HASHCrypt Class Reference + + + + + + + + + +
+
+ + + + + + +
+
forgetIt +
+
+
+ + + + + + + + + +
+ +
+ +
+
+ +
+
HASHCrypt Class Reference
+
+
+ +

Hashing class. + More...

+ +

#include "/CryptClass/HASHCrypt.hpp"

+ + + + + + + + + + +

+Public Member Functions

HASHCrypt ()
 Contructor.
~HASHCrypt ()
 Destructor.
void getMD5_128 (std::string chain, byte *digest, int size)
 Create an MD5 over 128 bits on a digest array of bytes.
void getSHA_256 (std::string chain, byte *digest, int size)
 Create an SHA over 256 bits on a digest array of bytes.
+

Detailed Description

+

Hashing class.

+
Author
manzerbredes
+

Class who handle hashing functions to a byte* parameter. HASHCrypt try to detect errors and throw exceptions. HASHCrypt use crypto++ library.

+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void HASHCrypt::getMD5_128 (std::string chain,
byte * digest,
int size 
)
+
+ +

Create an MD5 over 128 bits on a digest array of bytes.

+
Parameters
+ + + + +
chain: Chain to hash
digest: An array of bytes (8 bits)
size: Length of the array digest
+
+
+

Warning digest will be modified.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void HASHCrypt::getSHA_256 (std::string chain,
byte * digest,
int size 
)
+
+ +

Create an SHA over 256 bits on a digest array of bytes.

+
Parameters
+ + + + +
chain: Chain to hash
digest: An array of bytes (8 bits)
size: Length of the array digest
+
+
+

Warning digest will be modified.

+ +
+
+
The documentation for this class was generated from the following files: +
+ + + + -- cgit v1.2.3