CS::Utility::Checksum::DigestFormat Struct Reference
Helper class to provide Digest<> formatting methods. More...
#include <csutil/digest.h>
Inheritance diagram for CS::Utility::Checksum::DigestFormat:

Static Public Member Functions | |
| static csString | HEXString (const uint8 *data, uint size) |
| Returns an uppercase hex-string representing some raw digest data. | |
| static csString | HexString (const uint8 *data, uint size) |
| Returns a lowercase hex-string representing some raw digest data. | |
Detailed Description
Helper class to provide Digest<> formatting methods.
Definition at line 36 of file digest.h.
Member Function Documentation
| static csString CS::Utility::Checksum::DigestFormat::HEXString | ( | const uint8 * | data, | |
| uint | size | |||
| ) | [static] |
Returns an uppercase hex-string representing some raw digest data.
| static csString CS::Utility::Checksum::DigestFormat::HexString | ( | const uint8 * | data, | |
| uint | size | |||
| ) | [static] |
Returns a lowercase hex-string representing some raw digest data.
The documentation for this struct was generated from the following file:
- csutil/digest.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
