A class which provides functions to create an SHA1 hash. More...
#import <OFSHA1Hash.h>
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. | |
A class which provides functions to create an SHA1 hash.