ObjFW
 All Classes Functions Variables
List of all members
OFMD5Hash Class Reference

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

#import <OFMD5Hash.h>

Inheritance diagram for OFMD5Hash:
OFHash OFObject <OFObject>

Additional Inherited Members

- Instance Methods inherited from OFHash
(void) - updateWithBuffer:length:
 Adds a buffer to the hash to be calculated.
 
(uint8_t *) - OF_RETURNS_INNER_POINTER
 Returns a buffer containing the hash.
 
(BOOL) - isCalculated
 Returns a boolean whether the hash has already been calculated.
 
- Class Methods inherited from OFHash
(instancetype) + hash
 Creates a new hash.
 
(size_t) + digestSize
 Returns the digest size of the hash, in bytes.
 
(size_t) + blockSize
 Returns the block size of the hash, in bytes.
 
- Public Attributes inherited from OFObject
Class isa
 The class of the object.
 

Detailed Description

A class which provides functions to create an MD5 hash.


The documentation for this class was generated from the following file: