dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

how can i see CC_SHA256_Update or CC_SHA256_Final #76

Closed gaplan closed 6 years ago

gaplan commented 6 years ago

Hi there, i need to see CC_SHA256_Update or CC_SHA256_Final, i try based Sha256 but not working.

can anybody help me for this ?

for info ; extern int CC_SHA256_Final(unsigned char md, CC_SHA256_CTX c);

http://www.manpagez.com/man/3/CC_SHA256_Update/