Re: [boost] Is Boost interested in the Boost-based Base64 library

9 Jun
2011
9 Jun
'11
8:59 p.m.
I'm assuming folks have looked at using:
Pretty simple API:
char buf[100]; char result[10]; char endian[] = {(char)0, (char)0, (char)1}; int d = modp_b64_encode(buf, endian, 3);
And very fast:
With some neat, very platform specific tricks:
Don't get me wrong, I'd definitely like to see Boost have something because that extreme of performance isn't always necessary, but FYI for those interested in the discussion. -sc -- Sean Chittenden sean@chittenden.org
5115
Age (days ago)
5115
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean Chittenden