ObjFW
Static Public Member Functions | Protected Attributes
OFMD5Hash Class Reference

A class which provides functions to create an MD5 hash. More...

#include <OFMD5Hash.h>

Inheritance diagram for OFMD5Hash:
OFHash OFObject <OFObject>

List of all members.

Static Public Member Functions

id MD5Hash ()

Protected Attributes

uint32_t buf [4]
uint32_t bits [2]
union {
   uint8_t   u8 [64]
   uint32_t   u32 [16]
in

Detailed Description

A class which provides functions to create an MD5 hash.


Member Function Documentation

id OFMD5Hash::MD5Hash ( ) [static, virtual]
Returns:
A new autoreleased MD5 Hash

The documentation for this class was generated from the following files:
 All Classes Functions Variables