Skip to content

Commit

Permalink
Add link to report about protocol and adjust formatting in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Nov 10, 2023
1 parent a768be0 commit 7ff4c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tinynmc
=======

Minimal pure-Python implementation of a secure multi-party computation (MPC) protocol for evaluating arithmetic sum-of-products expressions via a non-interactive computation phase.
Minimal pure-Python implementation of a secure multi-party computation (MPC) `protocol for evaluating arithmetic sum-of-products expressions <https://nillion.pub/sum-of-products-lsss-non-interactive.pdf>`__ via a non-interactive computation phase.

|pypi| |readthedocs| |actions| |coveralls|

Expand Down Expand Up @@ -41,7 +41,7 @@ The library can be imported in the usual way:
Basic Example
^^^^^^^^^^^^^

This example involves three contributors **a**, **b**, and **c** (parties submitting private input values) and three nodes **0**, **1**, and **2** (parties performing a computation):
This example involves three contributors ``a``, ``b``, and ``c`` (parties submitting private input values) and three nodes ``0``, ``1``, and ``2`` (parties performing a computation):

.. code-block:: python
Expand Down

0 comments on commit 7ff4c84

Please sign in to comment.