On Wednesday, May 21, 2014 8:51:37 AM UTC-4, Jo Win wrote: > > hello, > > I would like to decrypt a file. While decrypting I would like to calculate > the hash value. The problem is, that in the chain > > FileSource --> StreamTransformationFilter --> FileSink > > there's no place for a Hash Verification. I want to split up the chain > after StreamTransformationFilter. One way should go to FileSink, another > way to HashFilter. > Try a ChannelSwitch. There's some documentation at http://www.cryptopp.com/wiki/ChannelSwitch.
-- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
