SecByteBlock`s usage is like Byte array.

i hope the Code will tell u anwser

SecByteBlock s(5);
...some process code ..
BYTE b[5];
b[i] = s[i];

On Feb 2, 2:45 am, Andrew Leung <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was wondering how to grab the raw data out of a SecByteBlock. I am
> passing a signature over the network and would prefer it be a string or
> char* or byte*. Can I just use a HexEncoder on it with or without any
> changes? Thanks.
>
> Andrew


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