21 Mar
2024
21 Mar
'24
3 p.m.
On Thu, Mar 21, 2024 at 7:58 AM Richard Hodges via Boost
Also, the library should contain exactly two functions at inception:
base64::encode base64::decode
Well almost.. you still need base64::max_encoded_size base64::max_decoded_size or something like that. Thanks