Static Public Member Functions | |
| static mixed | l_MD5FromFile (...) |
| static mixed | l_MD5FromString (...) |
Definition at line 7660 of file lua_pseudo_code.cpp.
| static mixed lugre_md5_L::l_MD5FromFile | ( | ... | ) | [inline, static] |
return hex md5 sum from file lua : string MD5FromFile(filepath)
Definition at line 7664 of file lua_pseudo_code.cpp.
| static mixed lugre_md5_L::l_MD5FromString | ( | ... | ) | [inline, static] |
return hex md5 sum from string lua : string MD5FromString(string)
Definition at line 7668 of file lua_pseudo_code.cpp.
1.5.6