Groups
Groups
Sign in
Groups
Groups
Crypto++ Users
Conversations
About
Send feedback
Help
serialize Integer
9 views
Skip to first unread message
Ahlem
unread,
May 25, 2019, 6:30:11 AM
5/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Crypto++ Users
Hi
I need help please
i use class integer (Cryptopp) and i want to serialize this type
please help
Jeffrey Walton
unread,
May 25, 2019, 6:34:21 AM
5/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ahlem, Crypto++ Users
> i use class integer (Cryptopp) and i want to serialize this type
> please help
// Random integer
Integer i(prng, Integer::One(), Integer::Power2(64));
std::ostringstream oss;
oss << i;
std::string s = oss.str();
std::cout << s << std::endl;
Reply all
Reply to author
Forward
0 new messages