A somewhat-homomorphic (insecure) cryptosystem
Перейти к файлу
Sarah Jamie Lewis 754bd814b6 Update 'README.md' 2019-03-21 20:17:45 -07:00
LICENSE Initial Commit 2019-03-20 00:03:12 -07:00
README.md Update 'README.md' 2019-03-21 20:17:45 -07:00
trostle-parrish.go Initial Commit 2019-03-20 00:03:12 -07:00
trostle-parrish_test.go Initial Commit 2019-03-20 00:03:12 -07:00

README.md

Trostle-Parrish: A somewhat homomorphic cryptosystem

TrostleParrish implements a somewhat-homomorphic cryptosystem outlined by [1] and [2]. Designed for efficient encryption in a PIR scheme.

Note that Trostle-Parrish has been broken [3] this library is for educational purposes only.

  • [1] Trostle, Jonathan, and Andy Parrish. "Efficient computationally private information retrieval from anonymity or trapdoor groups." International Conference on Information Security. Springer, Berlin, Heidelberg, 2010.
  • [2] Mayberry, Travis, Erik-Oliver Blass, and Agnes Hui Chan. "PIRMAP: Efficient private information retrieval for MapReduce." International Conference on Financial Cryptography and Data Security. Springer, Berlin, Heidelberg, 2013.
  • [3] Lepoint, Tancrède, and Mehdi Tibouchi. "Cryptanalysis of a (somewhat) additively homomorphic encryption scheme used in pir." International Conference on Financial Cryptography and Data Security. Springer, Berlin, Heidelberg, 2015.