From 860792f1f3ead7d7509ea652eaabdcbb8f329cc5 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sat, 21 Mar 2015 07:16:49 +0100 Subject: Update untracked file --- Untracked/Doxygen/html/classHASHCrypt.html | 212 ----------------------------- 1 file changed, 212 deletions(-) delete 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 deleted file mode 100644 index 1b759d0..0000000 --- a/Untracked/Doxygen/html/classHASHCrypt.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - -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