├── README.md └── 车联网模幂运算安全外包算法模拟 ├── MEC Server ├── Compute.py ├── Server_socket.py └── tool │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-39.pyc │ └── tools.cpython-39.pyc │ └── tools.py ├── RSU ├── Verification.py └── tool │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-39.pyc │ └── tools.cpython-39.pyc │ └── tools.py ├── SA └── Initial.py ├── Smart Car ├── Local_compute.py ├── __init__.py ├── connectSA.py ├── generate_realanswer.py ├── test.py └── tool │ ├── __init__.py │ ├── __pycache__ │ ├── __init__.cpython-39.pyc │ └── tools.cpython-39.pyc │ └── tools.py ├── complete.py └── tool ├── __init__.py ├── __pycache__ ├── __init__.cpython-39.pyc └── tools.cpython-39.pyc └── tools.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/README.md -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/MEC Server/Compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/MEC Server/Compute.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/MEC Server/Server_socket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/MEC Server/Server_socket.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/MEC Server/tool/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/MEC Server/tool/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/MEC Server/tool/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/MEC Server/tool/__pycache__/tools.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/MEC Server/tool/__pycache__/tools.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/MEC Server/tool/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/MEC Server/tool/tools.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/RSU/Verification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/RSU/Verification.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/RSU/tool/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/RSU/tool/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/RSU/tool/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/RSU/tool/__pycache__/tools.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/RSU/tool/__pycache__/tools.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/RSU/tool/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/RSU/tool/tools.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/SA/Initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/SA/Initial.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/Local_compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/Local_compute.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/connectSA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/connectSA.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/generate_realanswer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/generate_realanswer.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/test.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/tool/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/tool/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/tool/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/tool/__pycache__/tools.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/tool/__pycache__/tools.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/Smart Car/tool/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/Smart Car/tool/tools.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/complete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/complete.py -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/tool/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/tool/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/tool/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/tool/__pycache__/tools.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/tool/__pycache__/tools.cpython-39.pyc -------------------------------------------------------------------------------- /车联网模幂运算安全外包算法模拟/tool/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wuhaocheng123/Computation-Offloading-Scheme-for-Modular-Exponentiation-in-Internet-of-Vehicles/HEAD/车联网模幂运算安全外包算法模拟/tool/tools.py --------------------------------------------------------------------------------