Skip to content

Commit a86a3d0

Browse files
committed
Fix updates to Readme
1 parent 58c5944 commit a86a3d0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/compatibility.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This library may, with *care*, be used with other Paillier implementations. Keep
77
the generator g of the public key is fixed to g = n + 1 (for efficiency reasons) and cannot arbitrarily be
88
chosen as described in the Paillier paper.
99

10-
- `Javallier <https://github.com/NICTA/javallier/>`_ - library for Java/Scala also maintained by NICTA. Somewhat
11-
different Encoding scheme. Base of 2 is fixed (see :ref:`alternative-base`)
12-
- `paillier.js <https://github.com/hardbyte/paillier.js>`_ - Early prototype library for Javascript/Typescript
13-
1410

11+
- `Paillier.jl <https://github.com/hardbyte/Paillier.jl>`_ - Library for Julia, encoding should be compatible.
12+
- `Javallier <https://github.com/n1analytics/javallier/>`_ - library for Java/Scala. Somewhat
13+
different Encoding scheme. Base of 2 is fixed (see :ref:`alternative-base`).
14+
- `paillier.js <https://github.com/hardbyte/paillier.js>`_ - Early prototype library for Javascript/Typescript.
1515

1616

1717
.. toctree::

phe/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
__version__ = "1.4.1-dev0"
1414

1515
__author__ = "CSIRO's Data61"
16-
16+
__email__ = "confidential-computing@data61.csiro.au"
1717
__license__ = "GPLv3"
1818
__copyright__ = "Copyright 2013-2019 {0}".format(__author__)

0 commit comments

Comments
 (0)