digest:
Create a message digest based on the string provided.
- (NSData *)digest:(NSString *)str
Parameters
- str
The raw text.
Return Value
an NSData object containing the message digest.
Discussion
Create a message digest based on the string provided.
Declared In
AGHash.h