Cryptopp BCD与字符互转:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2025年1月31日 (星期五)

  • 当前之前 20:212025年1月31日 (五) 20:21BrainBs 讨论 贡献 496字节 +496 创建页面,内容为“ std::string fromHex(const std::string &from) { std::string to; CryptoPP::StringSource hexStringSource(from, true, new CryptoPP::HexDecoder(new CryptoPP::StringSink(to))); return to; } std::string toHex(const std::string &from) { std::string to; CryptoPP::StringSource hexStringSource(from, true, new CryptoPP::HexEncoder(new CryptoPP::StringSi…”