2008/8/26 alexis.oldroyd <[EMAIL PROTECTED]>:
>
> I have received some data in my application as a bunch of binary data
> and I have a pointer to said data. Is there a way to specify a memory
> location and its size as a source for the encryption/decryption.

Well, all parts of crypto++ can take a pointer to some byte data and
use that, for instance the hash functions have a

    CalculateDigest (..., const byte *input, size_t length)

method.

HTH,
-- 
                                                    Jens Peter Secher.
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_.
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?

--~--~---------~--~----~------------~-------~--~----~
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