Is it any way to know length of encoded Base58 str without actual ecoding?

后端 未结 0 1350
予麋鹿
予麋鹿 2020-12-04 17:01

In this function:

int base58Encode(const char* input,const unsigned int inLen,unsigned char *output,unsigned int outLen)
{
    int i,j,tmp;
    memset(output,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题