Re: Compiling a native code using DES
Thanks a lot Mounir :-) On Sat, Jul 3, 2010 at 2:57 PM, Mounir IDRASSI wrote: > Hi, > > libcrypto is enough for basic cryptographic operations like > encryption/decryption with DES, AES, ...etc > > Cheers, > -- > Mounir IDRASSI > IDRIX > http://www.idrix.fr > > > Hello all, > > > > I have a C Cod
Compiling a native code using DES
Hello all, I have a C Code which is making use of DES.h in a JNI Environment. I wanted to know if compiling this code with libcrypto will be enough or it will need libssl as well?