ByteStreamToBase64 always returns std::string

This commit is contained in:
orignal 2025-03-17 19:05:10 -04:00
parent 8e6b9370d0
commit bbf5c1655a
3 changed files with 2 additions and 82 deletions

View file

@ -18,7 +18,6 @@ namespace i2p
{
namespace data
{
size_t ByteStreamToBase64 (const uint8_t * InBuffer, size_t InCount, char * OutBuffer, size_t len); // called from SAM TODO: rewrite
std::string ByteStreamToBase64 (const uint8_t * InBuffer, size_t InCount);
size_t Base64ToByteStream (std::string_view base64Str, uint8_t * OutBuffer, size_t len);