Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 630 Bytes

IB-PRE

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

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