Friday, 10 September 2010

C++ DiceLockSecurity Namespace

Source Code

HOW TO

Hashes Print E-mail
Hashes Enumeration
  d-64enum.png 
Get FREE HashDigester
C++ Hash Algorithms
Windows DLL

Enumeration


Description 

   
    Hashes enumeration indicates which hash algorithms are implemented in the Hash Namespace.

Hashes is implemented as:

 enum Hashes {
  SHA_1,
  SHA_224,
  SHA_256,
  SHA_384,
  SHA_512,
  RIPEMD_128,
  RIPEMD_160,
  RIPEMD_256,
  RIPEMD_320,
  NumberOfHashes,  // Indication of the number of hashalgorithms
  NotDefined,
 };





















 



You can check the page Used Symbols for an explanation of the symbols near the information.

 

Please, let us know the usefulness of the information, it will allow us to be able to improve the support.

Was the information useful?

Vote
 
 



Close Me  
Get FREE Random Number Test Windows DLL !
Get FREE Hash Algorithms Windows DLL !