A secure certificateless group key distribution protocol for drones in Python
Implemented for Tampere University course Helping Alice and Bob to share secrets based on the paper https://eprint.iacr.org/2021/1372.pdf.
pip install hashlib
python3 main.py
Change the values of EDGE_DRONE_NRO
and ADDITIONAL_DRONE_NRO
in main.py to change the number of edge drones.