mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
ByteStreamToBase64 always returns std::string
This commit is contained in:
parent
8e6b9370d0
commit
bbf5c1655a
3 changed files with 2 additions and 82 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue