webrtc中的MD5等算法

版权声明:本文为博主原创文章,未经博主允许不得转载。 如果转载,需要获得作者授权。保留追究法律责任的权力。 https://blog.csdn.net/chinabinlang/article/details/80480424

webrtc\rtc_base\messagedigest.h

MD5快速函数:

// Shorthand way to compute a hex-encoded hash using MD5.
inline std::string MD5(const std::string& input)

猜你喜欢

转载自blog.csdn.net/chinabinlang/article/details/80480424