Hi,

Still trying to decipher Crypto++ code..

I want to apply a composition of the following for my plaintext:
1. [G]Zip
2. Encode
3. Authenticate.

>From what I understood so far, zipping adds entropy when encoding, so
I guess I want to be able to perform a full zip of the plaintext
before moving on to encoding, and I assume the same goes for full
encoding before authenticating.

Is my assumption correct?

My best understanding is that if I compose like this:
SomeSource( ... Authnticate( Encode ( GZip( SomeSink() ) ) ) )

Then each byte passes all the filters one after the other before the
next byte does the same.
If this is true, then this collides with my above requirement (process
all bytes before moving on to the next filter).

Can someone please sort this out for me?

Thanks,

    Avi.

(*) I have a couple of more issues, but I'd like to remain focused so
I'll start them in different threads.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to