On Sat, Feb 21, 2015 at 02:45:34PM +0100, Nicolas George wrote:
> Le tridi 3 ventôse, an CCXXIII, supraja reddy a écrit :
> > I have made the changes as suggested by Giorgio. Please let me know if any
> > further changes required.
>
> > From 8a1f5216baa1a2ce741359ed4e83871b2ab790d8 Mon Sep 17 00:0
Le tridi 3 ventôse, an CCXXIII, supraja reddy a écrit :
> I have made the changes as suggested by Giorgio. Please let me know if any
> further changes required.
> From 8a1f5216baa1a2ce741359ed4e83871b2ab790d8 Mon Sep 17 00:00:00 2001
> From: Supraja Meedinti
> Date: Sat, 21 Feb 2015 19:05:39 +053
Hello,
I have made the changes as suggested by Giorgio. Please let me know if any
further changes required.
Thanks,
Supraja
On Wed, Feb 18, 2015 at 10:52 PM, Giorgio Vazzana
wrote:
> Hi,
>
> 2015-02-14 11:12 GMT+01:00 Giorgio Vazzana :
> > Hi,
> >
> > 2015-02-14 9:33 GMT+01:00 supraja reddy :
Hi,
2015-02-14 11:12 GMT+01:00 Giorgio Vazzana :
> Hi,
>
> 2015-02-14 9:33 GMT+01:00 supraja reddy :
>> Hello,
>>
>> I have added the necessary functions for twofish in crypto_bench.
>> A note, there is no twofish implementation in openssl library but since the
>> code demands that all the librari
On Sat, Feb 14, 2015 at 11:57:30AM +0100, Nicolas George wrote:
> Le sextidi 26 pluviôse, an CCXXIII, Michael Niedermayer a écrit :
> > > +static void run_lavu_twofish(uint8_t *output,
> > > + const uint8_t *input, unsigned size)
> > > +{
> > > +static struct AVTWOF
Le sextidi 26 pluviôse, an CCXXIII, Michael Niedermayer a écrit :
> > +static void run_lavu_twofish(uint8_t *output,
> > + const uint8_t *input, unsigned size)
> > +{
> > +static struct AVTWOFISH *twofish;
> > +if (!twofish && !(twofish = av_twofish_alloc()))
>
On Sat, Feb 14, 2015 at 02:03:23PM +0530, supraja reddy wrote:
> Hello,
>
> I have added the necessary functions for twofish in crypto_bench.
> A note, there is no twofish implementation in openssl library but since the
> code demands that all the libraries have the impl, i have introduced a
> dum
Hi,
2015-02-14 9:33 GMT+01:00 supraja reddy :
> Hello,
>
> I have added the necessary functions for twofish in crypto_bench.
> A note, there is no twofish implementation in openssl library but since the
> code demands that all the libraries have the impl, i have introduced a
> dummy function.
I k
Hello,
I have added the necessary functions for twofish in crypto_bench.
A note, there is no twofish implementation in openssl library but since the
code demands that all the libraries have the impl, i have introduced a
dummy function. Please let me know if anything has to be changed.
Thanks,
Sup