The first parameter of CryptoPP::HashFilter is taken
by non-const reference, so you shouldn't use a temporary RIPEMD160()
within hashFilter's constructor. RIPEMD160 hash_transformation;Cheers, Fraser. On 25/04/2012 07:46, c++programmer wrote: I ran the following code which was mostly copied from an example on the crypto++ page:-- 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. |
- RIPEMD160 Hash does not agree with other implementations. c++programmer
- Re: RIPEMD160 Hash does not agree with other impleme... Fraser Hutchison
