An implementation of the Identity-based proxy re-encryption scheme published in:
M. Green, G. Ateniese, "Identity-Based Proxy Re-Encryption," in Applied Cryptography and Network Security. Springer Berlin/Heidelberg, 2007
Available at: http://link.springer.com/chapter/10.1007%2F978-3-540-72738-5_19
In order to use this class install Charm-Crypto library(http://charm-crypto.com/)
#List of files#
- pre_mg07a.py Contains the first construction of Green and Ateniese, described in section 4.1
- pre_mg07b.py Contains the second construction of Green and Ateniese, described in section 4.3
Benchmark for 3 hybrid Identity-based Encryption schemes, fIBRE, hIBRE and IBLE.
Thanks to work of Niksoft (https://github.com/nikosft/IB-PRE)!