Hashes Enumeration
|
|
|
|
|
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.
|
|
|