Hi guys,

and first off, thanks for the great Crypto++ library. 

We had a client requirement to do encryption but were not allowed to use 
RTTI because our client fears that the RTTI information will make reverse 
engineering of the product easier. To make this work, I used a template 
function to replace typeid() and then created explicit instantiations for 
all needed types. Compiled with my fake RTTI, Crypto++ passes all tests. In 
case that matters, I'm using the Intel Compiler and Crypto++ 5.6.0. 

Here's the steps I took and the resulting source code:

https://gist.github.com/fxtentacle/5145014
(and attached as markdown)

Cheers, 
Hajo Nils Krabbenhöft

-- 
-- 
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/groups/opt_out.


Reply via email to