On Thu, Aug 28, 2008 at 6:20 AM, Wilayat <[EMAIL PROTECTED]> wrote:

>  I want to transfer this structure sm to a server using send()
> function. send() accepts string only. I transferred this structure
> using many ways, e.g. i transfered each element of this strcutre to
> strings, combined them in one string ans sent to server, and did the
> reverse at receiver. (i used strcpy(), memcpy(), memmove() etc).  at
> receiver there is a new structure of same type, which i want to
> initialize with the received one. because there is verifysignature()
> procedure, which accepts only structure of the same type.
>

How are you encoding the structure when you convert it to a string?

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