9 Mayıs 2017 Salı 00:53:37 UTC+3 tarihinde Jeffrey Walton yazdı:
>
> >> It looks like your are hijacking the typedef. You probably should not 
> do 
> >> that. 
> >> 
> >> This look suspicious (to me): 
> >> 
> >>     value_ptr<RijndaelEncryption> m_aes; 
> >> 
> >> My guess is the object is not initialized. 
> >> 
> >> What does your debugger tell you? Is m_aes initialized, or is it 
> garbage? 
> > 
> > I don't use debugger. 
>
> Well, I guess that leaves you a few choices... 
>
> First, you can use another tool to help diagnose the problem. Second, 
> you can load your code up with printf's to isolate your problem. 
> Third, you can hire someone to do the work for you. Fourth, you can 
> keep guessing at the problem. 
>
> If you want to hire someone, then you might find 
> https://www.cryptopp.com/wiki/Consulting helpful. 
>
> Jeff 
>

Jeff;

Which tool do you advise?  I run code without value_ptr<RijndaelEncryption> 
m_aes; but the results are not true. I just want to run rijndael.cpp's 
ProcessAndXorBlock() between 2 xorbuf. I think it is an easy problem, isn't 
it?

Thanks..

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to