mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-04 12:47:42 +08:00
6 lines
225 B
C++
6 lines
225 B
C++
|
#include "../lib/src/ssl_funcs/Md5.h"
|
||
|
#include <iostream>
|
||
|
int main()
|
||
|
{
|
||
|
std::cout << Md5Encode::encode("1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890") << std::endl;
|
||
|
}
|