Re: AES optimizations for different implemenations

From: David A. Scott (daVvid_a_scott_at_email.com)
Date: 10/13/03


Date: 13 Oct 2003 12:17:06 GMT


"Brian Gladman" <fake@nowhere.org> wrote in
news:Ocuib.9911$kA.2295272@wards.force9.net:

> As suggested by Rickey, I have now added bzip2 compression to my code.
>
> Provided you use the bzip2 API, adding any other compression scheme
> should now be a very easy job.
>
> I am not against bijective compression, but I don't personally believe
> that it has much security significance.
>
> However, it is elegant and I like elegance so I would be happy to
> offer any advice you might need in adding this to my code.
>
> Brian Gladman
>

   I will take a look at it. I have looked at Matts BICOM where its very
easy to replace the compressor with any other compressor bijective or not.
I like the elegance with which it was added in his code. But it will be
sometime. On my last PC I had made extensive changes to bzip2 it had a
lot of places that could be cleaned up to save a few more bytes.

   I will try to follow your code and see if it complies under DJGPP if it
does I may replace the compressor with a simple bijective compressor just
to see if it can be done. However I think I can only send you the changes
not the full package since not really sure if Americans can legally write
crypto any more. You have the advantage sir of living in a more free
country in this regards.

David A. Scott

-- 
My Crypto code
http://cryptography.org/cgi-bin/crypto.cgi/Misc/scott19u.zip
http://cryptography.org/cgi-bin/crypto.cgi/Misc/scott16u.zip
http://www.jim.com/jamesd/Kong/scott19u.zip old version
My Compression code http://bijective.dogma.net/
**TO EMAIL ME drop the roman "five" **
Disclaimer:I am in no way responsible for any of the statements
 made in the above text. For all I know I might be drugged.
As a famous person once said "any cryptograhic
system is only as strong as its weakest link"


Relevant Pages