Re: How to use functions of Kernel.framework? (especially Blowfish)
Re: How to use functions of Kernel.framework? (especially Blowfish)
- Subject: Re: How to use functions of Kernel.framework? (especially Blowfish)
- From: Manfred Lippert <email@hidden>
- Date: Sun, 03 Feb 2002 10:53:00 +0100
>
All you need to do is put an
>
>
#import <crypto/blowfish.h>
>
>
in your code and add the library /usr/lib/libcrypto.dylib
Ah, thank you! This is the answer I was waiting for. :-)
BTW: I searched with Sherlock for blowfish.h on my disks, but it only found
it in /System/Library/Frameworks/Kernel.framework/... and not in
/user/include/...
:-(
Nevertheless meanwhile I solved the problem by compiling the blowfish
algorithm myself from some source code.
Mani