Skip to content

klizz111/zkMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于同态加密的网恋匹配系统

This is discrete log version and ECC verison is at here

Usage

  1. pipenv (recommend)

    1. pipenv install -r ./requirements.txt
    2. pipenv run python ./main.py
  2. pip

    1. pip install -r requirements.txt
    2. python ./main.py
  3. Compile

    1. Run pyinstaller main.spec
    2. The ELF will be built at dist/matching_system

详见:此处

About

基于离散对数的加密网恋匹配系统

Resources

Stars

Watchers

Forks

Packages

No packages published