Hi! I know how to sign a string with crypto++, but, how can I sign a C struct, for example, the next struct?
struct c
{
double x;
double y;
int z;
};
Regards.
--
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.
