@@ -9,14 +9,30 @@ python-paillier |release|
99| |reqM | |
1010+---------------------+
1111
12- A Python 3 library for Partially Homomorphic Encryption.
12+ A Python 3 library implementing the Paillier Partially Homomorphic Encryption.
1313
1414The homomorphic properties of the paillier crypto system are:
1515
1616- Encrypted numbers can be multiplied by a non encrypted scalar.
1717- Encrypted numbers can be added together.
1818- Encrypted numbers can be added to non encrypted scalars.
1919
20+ Citing
21+ ======
22+
23+ `python-paillier ` is designed, developed and supported by `CSIRO's Data61 <https://www.data61.csiro.au/ >`__. If
24+ you use any part of this library in your research, please cite it using the following BibTex entry::
25+
26+ @misc{PythonPaillier,
27+ author = {CSIRO's Data61},
28+ title = {Python Paillier Library},
29+ year = {2013},
30+ publisher = {GitHub},
31+ journal = {GitHub Repository},
32+ howpublished = {\url{https://github.com/data61/python-paillier}},
33+ }
34+
35+
2036Running unit tests
2137------------------
2238
@@ -28,6 +44,7 @@ Or use nose::
2844
2945 nosetests
3046
47+
3148Note related to gmpy2
3249---------------------
3350
@@ -47,12 +64,6 @@ Developed at `Data61 | CSIRO <http://data61.csiro.au>`_.
4764Parts derived from the Apache licensed Google project:
4865https://code.google.com/p/encrypted-bigquery-client/
4966
50- No audit
51- --------
52-
53- This code has neither been written nor vetted by any sort of crypto
54- expert. The crypto parts are mercifully short, however.
55-
5667
5768.. |release | image :: https://img.shields.io/pypi/v/phe.svg
5869 :target: https://pypi.python.org/pypi/phe/
0 commit comments