webrtc中的MD5等算法

webrtc\rtc_base\messagedigest.h

MD5快速函数:

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

你可能感兴趣的:(WebRTC)