I have a function that\'s generating a sha256 encryption of a string,
Here\'s the function:
-(NSString*)sha256HashFor:(NSString*)input { const ch
Presumably that's not an error but a warning.
"I just need to convert the strlen(str) to a CC_Long, but I have no idea how to do that." - explicit type conversion (type casting): (CC_LONG)strlen(str), but I don't think you really need this.
(CC_LONG)strlen(str)