This is discrete log version and ECC verison is at here
-
pipenv(recommend)pipenv install -r ./requirements.txtpipenv run python ./main.py
-
pippip install -r requirements.txtpython ./main.py
-
Compile
- Run
pyinstaller main.spec - The ELF will be built at
dist/matching_system
- Run