mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
搭建PVB架构,实现前端的基础布局、菜单、表格、图示等功能
This commit is contained in:
20
src/common/Crypto.h
Normal file
20
src/common/Crypto.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _Crypto_H_
|
||||
#define _Crypto_H_
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
class Crypto
|
||||
{
|
||||
public:
|
||||
static string md5(string src);
|
||||
|
||||
};
|
||||
|
||||
#endif // ! _Crypto_H_
|
||||
Reference in New Issue
Block a user