Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Jan 20, 2024
1 parent 14656d4 commit 519615e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/bibliography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Bibliography
.. [Dodis2004] Y. Dodis, A. Elbaz, R. Oliveira, and R. Raz, `Improved randomness extraction from two independent sources <https://link.springer.com/chapter/10.1007/978-3-540-27821-4_30>`_ in Proceedings RANDOM, vol. 3122, pp. 334–344 (2004)
.. [For2024] C. Foreman, R. Yeung, A. Edgington et al. `Cryptomite: A versatile and user-friendly library of randomness extractors`_, Pre-print (2024)
.. [For2024] C. Foreman, R. Yeung, A. Edgington et al. `Cryptomite: A versatile and user-friendly library of randomness extractors`, Pre-print (2024)
2 changes: 1 addition & 1 deletion docs/cryptomite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Submodules
----------

cryptomite.circulant module
-----------------------
---------------------------

.. automodule:: cryptomite.circulant
:members:
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Selecting a Randomness Extractor
================================
In general, the choice of randomness extractor depends on the scenario in which it is to be used and, it is not always clear which extractor is best suited to a given scenario.
In this section, we (informally) help solve this problem, based on the section 'Overview of Extractor Library' from Cryptomite's accompanying paper (see :ref:`For2024`).
In this section, we (informally) help solve this problem, based on the section 'Overview of Extractor Library' from Cryptomite's accompanying paper (see [For2024]_).
We use the notation :math:`n_1, n_2` to denote the length and :math:`k_1, k_2` to denote the :term:`min-entropy` of any first or second input string respectively.
Additionally, :math:`m` denotes the length of an output string, :math:`\epsilon` the extractor error and :math:`O(.)` denotes asymptotic quantities.

Expand Down
4 changes: 2 additions & 2 deletions docs/notebooks.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. _sec-examples:

Example Usage
========
=============

Here we give examples of using ``Cryptomite``:
Here we give examples of using ``cryptomite``:

.. toctree::

Expand Down
2 changes: 1 addition & 1 deletion docs/performance.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Performance
==========
===========

To demonstrate the capabilities of :py:mod:`Cryptomite`, we perform some bench-marking on a MacBook Pro personal laptop (with 2 GHz quad-core Intel i5 processor with 16GB RAM).
The speed (throughput) for the standard versions of :py:mod:`Cryptomite` extractors are evidenced in the following figure.
Expand Down

0 comments on commit 519615e

Please sign in to comment.