美文网首页
web3swift报错

web3swift报错

作者: MasterY | 来源:发表于2022-01-06 21:02 被阅读0次

    关于CCCryptorFinal(cryptor, &outBytes + outLength , outBytes.count, &outLength).check()报错

    可用CCCryptorFinal(cryptor, (&outBytes + outLength) as UnsafeMutableRawPointer, outBytes.count, &outLength).check() 来解决。

    相关文章

      网友评论

          本文标题:web3swift报错

          本文链接:https://www.haomeiwen.com/subject/adqdcrtx.html