Re: Digest API?
Re: Digest API?
- Subject: Re: Digest API?
- From: petite_abeille <email@hidden>
- Date: Thu, 3 Apr 2003 11:26:34 +0200
On Thursday, Apr 3, 2003, at 09:38 Europe/Zurich, Ryan McGann wrote:
Look at the OpenSSL headers in /usr/include. Both MD5 and SHA are
included, among with many other cryptographic and digest algorithms.
I believe the symbols for these functions are in the Security
framework.
Thanks.
I also came across the good, old RSA's md5.h header in the
Kernel.framework:
/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/sys/md5.h
So... which one is the "one" to use in the context of a brand new Cocoa
app? OpenSSL's EVP? Security.framework's "Common Data Security
Architecture"? Kernel.framework?
Thanks.
Cheers,
PA. Confused.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.