增加cpp的代码

This commit is contained in:
gcw_4spBpAfv
2026-05-15 14:44:20 +08:00
parent b895ea819c
commit e90ea5154c
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <string>
namespace netcore {
std::string calculate_tcp_ssl_password(const std::string& device_id, const std::string& iccid);
}