Skip to content

san-lab/thresholdPyTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Threshold signature demo with EC Bilinear Pairing

Install

sudo apt-get install python-dev
sudo apt-get install libssl-dev
sudo apt-get install libffi-dev

pip3 install petlib
python3 -c "import petlib; petlib.run_tests()"

pip install bls-lib

Execute

python3 simpleDemo.py

Open questions

It seems that order of signatures is important, maybe because of the implementation.

Key generation can be distributed?

References

https://github.com/asonnino/bls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages