I'm looking to way to encode boost::asio::ip::address_v4 using Crypto++ 
Base32 or Base64 encoders. The problem is that the Base32/64 takes *const 
char **, while the address_v4 is represented by two kind of types, the 
"bytes_type" which is *array<unsigned char, 4>* or "uint_type" which is 
*uint_least32_t*. I don't know how to convert, and found nothing on the net.

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/f7c15074-739b-4b98-9759-8d19907eca8eo%40googlegroups.com.

Reply via email to